mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
17 lines
356 B
YAML
17 lines
356 B
YAML
name: Commander
|
|
on:
|
|
issue_comment:
|
|
types: [created]
|
|
|
|
jobs:
|
|
runComment:
|
|
runs-on: ubuntu-18.04
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v2
|
|
- name: Run comment
|
|
uses: nwtgck/actions-comment-run@v1.0
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
allowed-associations: '["OWNER", "MEMBER"]'
|