-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (34 loc) · 956 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
on:
issue_comment:
types:
- created
name: Test Commands
jobs:
check_commands:
runs-on: ubuntu-latest
environment:
name: Commands
url: https://github.com
steps:
- name: Check for Command
id: command
uses: xt0rted/slash-command-action@v1
with:
repo-token: ${{ secrets.TOKEN }}
command: hmm
reaction: "true"
reaction-type: "eyes"
allow-edits: "false"
permission-level: none
- id: is_member
uses: TheModdingInquisition/[email protected]
with:
team: 'moderators'
token: ${{ secrets.TOKEN }}
comment: 'Stab'
- name: Create commit comment
uses: ben-z/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
message: |
This is a multi-line test comment '${{ steps.command.outputs.command-arguments }}'