mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-13 14:18:02 -04:00
Create uncivbot.yml
This commit is contained in:
parent
a0cc362e0c
commit
bcd8b34d66
18
.github/workflows/uncivbot.yml
vendored
Normal file
18
.github/workflows/uncivbot.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: UncivBot
|
||||||
|
|
||||||
|
on: [issue_comment]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
comment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/github-script@v3
|
||||||
|
with:
|
||||||
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
script: |
|
||||||
|
github.issues.createComment({
|
||||||
|
issue_number: context.issue.number,
|
||||||
|
owner: context.repo.owner,
|
||||||
|
repo: context.repo.repo,
|
||||||
|
body: ${{ github.event.comment.body }}
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user