Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2022-03-09 11:37:27 +02:00 committed by GitHub
parent c16688ffc4
commit 740f45dc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,10 @@ jobs:
- uses: actions/setup-node@v2
- run: |
npm i @octokit/rest
node .github/workflows/createChangelogEntry.js ${{ secrets.ACTIONS_ACCESS_TOKEN }}
node .github/workflows/createChangelogEntry.js
- uses: EndBug/add-and-commit@v8 # You can change this to use a specific version.
with:
new_branch: changelog
merge_translations:
if: github.event_name == 'workflow_dispatch' || (github.event.comment.body == 'merge translations' && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association))