Skip to content

Commit 450acb1

Browse files
authored
MAINT: Iterate faster on credit [ci skip] (#12793)
1 parent ee64eba commit 450acb1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/credit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1011
permissions:
1112
pull-requests: write
@@ -38,5 +39,5 @@ jobs:
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'

0 commit comments

Comments
 (0)