Skip to content

Commit

Permalink
fix: dependabot merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jan 2, 2024
1 parent e5509a3 commit 840d3a3
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'github_actions') && github.actor == 'dependabot[bot]' }}
steps:
- name: Wait for build to succeed
uses: fountainhead/[email protected]
id: wait-for-build
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: Readme in Sync Test
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Wait for build to succeed
uses: fountainhead/[email protected]
id: wait-for-build2
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: All Rules Everywhere Test
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Wait for build to succeed
uses: fountainhead/[email protected]
id: wait-for-build3
Expand All @@ -41,31 +25,31 @@ jobs:
id: wait-for-build4
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: Run tests (14.x)
checkName: Run tests (18.x)
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Wait for build to succeed
uses: fountainhead/[email protected]
id: wait-for-build5
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: Run tests (15.x)
checkName: Run tests (19.x)
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Wait for build to succeed
uses: fountainhead/[email protected]
id: wait-for-build6
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: Run tests (16.x)
checkName: Run tests (20.x)
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Wait for build to succeed
uses: fountainhead/[email protected]
id: wait-for-build7
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: Run tests (17.x)
checkName: Run tests (21.x)
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Dependabot metadata
Expand Down

0 comments on commit 840d3a3

Please sign in to comment.