Merge pull request #9111
34e62d5
workflows: enable manual run of copyright update (plowsof)dd978ee
workflows: copyright commit author (plowsof)
This commit is contained in:
commit
edff20040a
|
@ -1,5 +1,6 @@
|
||||||
name: ci/gh-actions/copyright
|
name: ci/gh-actions/copyright
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 1 1 *'
|
- cron: '0 0 1 1 *'
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -45,7 +46,7 @@ jobs:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Copyright: Update to ${{ env.YEAR }}"
|
commit-message: "Copyright: Update to ${{ env.YEAR }}"
|
||||||
committer: GitHub <noreply@github.com>
|
committer: GitHub <noreply@github.com>
|
||||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
author: copyCat <copy@Cat.com>
|
||||||
signoff: false
|
signoff: false
|
||||||
branch: bump-copyright-year
|
branch: bump-copyright-year
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|
Loading…
Reference in New Issue