Skip to content

Commit 9893964

Browse files
GuillaumeGomezsyphar
authored andcommitted
Automatically add "S-waiting-on-deploy" tag on a merged PR
1 parent 17bf500 commit 9893964

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/tag-merged-pr.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
pull_request:
3+
branches:
4+
- master
5+
types: [closed]
6+
7+
jobs:
8+
my-action:
9+
if: ${{ github.event.pull_request.merged }}
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions-ecosystem/action-add-labels@v1
13+
with:
14+
labels: S-waiting-on-deploy

0 commit comments

Comments
 (0)