From 3d43cc056a04fcdaa84a0367e1d3e6b8bca4d2dd Mon Sep 17 00:00:00 2001 From: Will Zhang Date: Wed, 23 Oct 2024 18:23:35 -0400 Subject: [PATCH 1/2] github flow to checkout main + env --- .github/workflows/ci-policies.yml | 5 +++-- .github/workflows/ci-workflow.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-policies.yml b/.github/workflows/ci-policies.yml index 32844a8f6..cce4eb351 100644 --- a/.github/workflows/ci-policies.yml +++ b/.github/workflows/ci-policies.yml @@ -5,7 +5,8 @@ jobs: warn-big-diff: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - uses: cornell-dti/big-diff-warning@master + - uses: actions/checkout@main + - uses: cornell-dti/big-diff-warning@main env: BOT_TOKEN: "${{ secrets.BOT_TOKEN }}" + OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}" diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index e681b2175..da2232b1d 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: Set up Node uses: actions/setup-node@v3 with: From 7a9fd15e88cb87c263953ef2bd1385bfea483294 Mon Sep 17 00:00:00 2001 From: Will Zhang Date: Wed, 23 Oct 2024 18:25:16 -0400 Subject: [PATCH 2/2] dti master --- .github/workflows/ci-policies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-policies.yml b/.github/workflows/ci-policies.yml index cce4eb351..2edc01631 100644 --- a/.github/workflows/ci-policies.yml +++ b/.github/workflows/ci-policies.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@main - - uses: cornell-dti/big-diff-warning@main + - uses: cornell-dti/big-diff-warning@master env: BOT_TOKEN: "${{ secrets.BOT_TOKEN }}" OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}"