Skip to content

Commit

Permalink
MAINT: Iterate faster on credit [ci skip] (#12793)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Aug 15, 2024
1 parent ee64eba commit 450acb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/credit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on: # yamllint disable-line rule:truthy
schedule:
# TODO: After making sure it works in `main` for a while, switch to monthly
# - cron: '0 0 1 * *' # first day of the month at midnight
- cron: '0 0 * * *' # every day at midnight
- cron: '*/30 * * * *' # every half hour
workflow_dispatch:

permissions:
pull-requests: write
Expand Down Expand Up @@ -38,5 +39,5 @@ jobs:
git config --global user.email "114827586+autofix-ci[bot]@users.noreply.github.com"
git config --global user.name "autofix-ci[bot]"
git commit -am "MAINT: Update code credit"
gh pr create -B main -H credit --title "MAINT: Update code credit" --body "Created by \"${{ github.workflow }}\" GitHub action." --label "no-changelog-entry-needed"
gh pr create --title "MAINT: Update code credit" --body "Created by \"${{ github.workflow }}\" GitHub action." --label "no-changelog-entry-needed"
if: steps.status.outputs.dirty == 'true'

0 comments on commit 450acb1

Please sign in to comment.