Skip to content

Commit 3235b1c

Browse files
ci(e2e): 👷 add remove label workflow
Signed-off-by: Prashant Shahi <[email protected]>
1 parent b4e2f07 commit 3235b1c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: remove-label
2+
3+
on:
4+
pull_request_target:
5+
types: [synchronize]
6+
7+
jobs:
8+
remove:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Remove label
12+
uses: buildsville/add-remove-label@v1
13+
with:
14+
label: ok-to-test
15+
type: remove
16+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)