File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ on: # yamllint disable-line rule:truthy
55 schedule :
66 # TODO: After making sure it works in `main` for a while, switch to monthly
77 # - cron: '0 0 1 * *' # first day of the month at midnight
8- - cron : ' 0 0 * * *' # every day at midnight
8+ - cron : ' */30 * * * *' # every half hour
9+ workflow_dispatch :
910
1011permissions :
1112 pull-requests : write
3839 git config --global user.email "114827586+autofix-ci[bot]@users.noreply.github.com"
3940 git config --global user.name "autofix-ci[bot]"
4041 git commit -am "MAINT: Update code credit"
41- gh pr create -B main -H credit - -title "MAINT: Update code credit" --body "Created by \"${{ github.workflow }}\" GitHub action." --label "no-changelog-entry-needed"
42+ gh pr create --title "MAINT: Update code credit" --body "Created by \"${{ github.workflow }}\" GitHub action." --label "no-changelog-entry-needed"
4243 if : steps.status.outputs.dirty == 'true'
You can’t perform that action at this time.
0 commit comments