Skip to content

Commit 6ec14fe

Browse files
committed
Rename workflow to add new issues to Refinement Board with status "Validation"
1 parent 0aaf2de commit 6ec14fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Add new issues to Project
1+
name: Add new issues to Refinement Board with status "Validation"
22

33
on:
44
issues:
@@ -8,7 +8,7 @@ env:
88
ACTIONS_STEP_DEBUG: true
99

1010
jobs:
11-
add_to_p1:
11+
add_to_refinement_as_validation:
1212
if: contains(fromJson('["backlog"]'), github.event.repository.name) # filter by repository name
1313
runs-on: ubuntu-latest
1414
steps:

0 commit comments

Comments
 (0)