Skip to content

Commit f658a1e

Browse files
authored
github-action: add supported GitHub commands (#659)
1 parent 091383b commit f658a1e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
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)