Skip to content

Commit 862b755

Browse files
authored
auto approve nightly PR (#2154)
1 parent 1d1d695 commit 862b755

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Auto approve
2+
3+
on:
4+
pull_request:
5+
types: [labeled]
6+
7+
jobs:
8+
auto-approve:
9+
if: |
10+
github.actor == 'foxriver76' &&
11+
github.event.label.name == 'automated pr'
12+
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: hmarr/auto-approve-action@v3
16+
with:
17+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)