Skip to content

Commit

Permalink
Run merge conflict label action periodically (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Aug 8, 2024
1 parent 94fa660 commit fe8972f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-conflict-auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
schedule:
- cron: "10 21 * * *" # Runs at 21:10; time was chosen based on contributor activity and low GitHub Actions cron load.

jobs:
triage:
Expand Down

0 comments on commit fe8972f

Please sign in to comment.