Merge pull request #9111

34e62d5 workflows: enable manual run of copyright update (plowsof)
dd978ee workflows: copyright commit author (plowsof)
pull/9126/head
luigi1111 4 months ago
commit edff20040a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -1,5 +1,6 @@
name: ci/gh-actions/copyright
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 1 *'
jobs:
@ -45,7 +46,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Copyright: Update to ${{ env.YEAR }}"
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
author: copyCat <copy@Cat.com>
signoff: false
branch: bump-copyright-year
delete-branch: true

Loading…
Cancel
Save