mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-26 23:58:43 +07:00
Update uncivbot.yml
This commit is contained in:
4
.github/workflows/uncivbot.yml
vendored
4
.github/workflows/uncivbot.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
summary:
|
summary:
|
||||||
if: github.event_name == "issue_comment" && github.event.comment.body == 'summary'
|
if: github.event_name == 'issue_comment' && github.event.comment.body == 'summary'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v3
|
- uses: actions/github-script@v3
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
})
|
})
|
||||||
|
|
||||||
merge_translations:
|
merge_translations:
|
||||||
if: github.event_name == "workflow_dispatch" || github.event.comment.body == 'merge translations'
|
if: github.event_name == 'workflow_dispatch' || github.event.comment.body == 'merge translations'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v3
|
- uses: actions/github-script@v3
|
||||||
|
Reference in New Issue
Block a user