Skip to content

Commit

Permalink
triggered up-to-date when auto-merge is enabled
Browse files Browse the repository at this point in the history
Linked actions so that, when auto-merge is enabled, it will trigger up-to-date to update every PR (including this one)

Resolves paritytech/up-to-date-action#14
  • Loading branch information
Bullrich committed Apr 10, 2024
1 parent 5cd9e70 commit 7fead80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/up-to-date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
workflow_run:
workflows: [Auto Merge Bot]
types: [completed]

jobs:
updatePullRequests:
Expand Down

0 comments on commit 7fead80

Please sign in to comment.