diff --git a/.github/workflows/dependabot-fork.yml b/.github/workflows/dependabot-fork.yml index e700087de9..8484e4160c 100644 --- a/.github/workflows/dependabot-fork.yml +++ b/.github/workflows/dependabot-fork.yml @@ -1,8 +1,10 @@ ---- +name: Ignore dependabot on forks + on: pull_request jobs: dependabot-fork: + if: github.repository_owner != 'DIYgod' && github.actor == 'dependabot[bot]' runs-on: ubuntu-latest name: Ignore dependabot on forks steps: @@ -10,7 +12,6 @@ jobs: uses: actions/checkout@v2 - name: Comment Dependabot PR - if: github.repository_owner != 'DIYgod' && github.actor == 'dependabot[bot]' uses: thollander/actions-comment-pull-request@v1 with: message: '@dependabot ignore this dependency' diff --git a/.github/workflows/pr-deploy-route-test.yml b/.github/workflows/pr-deploy-route-test.yml index cb8257d775..20023bd526 100644 --- a/.github/workflows/pr-deploy-route-test.yml +++ b/.github/workflows/pr-deploy-route-test.yml @@ -25,7 +25,7 @@ jobs: return await script({github, context, core}, body, number) - name: Waiting for 200 from the Vercel Preview if: (env.TEST_CONTINUE) - uses: patrickedqvist/wait-for-vercel-preview@master + uses: patrickedqvist/wait-for-vercel-preview@1.2.0 id: waitFor200 with: token: ${{ secrets.GITHUB_TOKEN }}