Skip to content

Commit a688aeb

Browse files
authored
fix(ci): Restore GH Action workflow to remove VRT labels on PR commit (#5039)
1 parent c42ec1f commit a688aeb

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)