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
|
||||
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…
Reference in New Issue