Skip to content

Commit 9996f56

Browse files
authored
feat(ci): Add GH Action workflow to remove VRT labels on PR commit (#4971)
1 parent e6f2f5a commit 9996f56

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/remove-labels.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Remove Label
2+
3+
on: pull_request
4+
5+
jobs:
6+
VRT:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: actions-ecosystem/action-remove-labels@v1
11+
with:
12+
labels: |
13+
vrt:chrome-ready
14+
vrt:full-ready

0 commit comments

Comments
 (0)