Skip to content

Commit

Permalink
add label trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderDake committed Aug 24, 2023
1 parent dc636c6 commit cff410b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow-bot-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 9 * * *" # Run every day
pull_request: # TODO: remove this
types: [ labeled, unlabeled ]
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit cff410b

Please sign in to comment.