Skip to content

Commit 1cf11e7

Browse files
feat: update project auto-add conditions
- Include "report-validated" label in project addition criteria
1 parent 4b90ada commit 1cf11e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-auto-add.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
add-to-project:
99
runs-on: ubuntu-latest
10-
if: contains(fromJSON('["report-pending", "spec-request"]'), github.event.label.name)
10+
if: contains(fromJSON('["report-pending", "report-validated", "spec-request"]'), github.event.label.name)
1111
steps:
1212
- name: Add to project
1313
uses: actions/add-to-project@v1.0.2

0 commit comments

Comments
 (0)