Skip to content

Commit 2858228

Browse files
committed
github-action: add supported GitHub commands
1 parent 4a3792b commit 2858228

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: github-commands-comment
3+
4+
on:
5+
pull_request_target:
6+
types:
7+
- opened
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
comment:
14+
runs-on: ubuntu-latest
15+
permissions:
16+
pull-requests: write
17+
steps:
18+
- uses: elastic/oblt-actions/elastic/github-commands@v1

0 commit comments

Comments
 (0)