Skip to content

Commit acbd7f7

Browse files
New action added for filtering priority task
workflow colums to ignore modified
1 parent 39ae0e0 commit acbd7f7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Priority Tracking
2+
3+
on:
4+
issues:
5+
types: [labeled]
6+
7+
jobs:
8+
Move_Labeled_Issue_On_Project_Board:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: konradpabjan/[email protected]
12+
with:
13+
action-token: "${{ secrets.token }}"
14+
project-url: "https://github.com/code-gambit/VT-AndroidClient/projects/2"
15+
column-name: "Priority Task"
16+
label-name: ":star2: Priority"
17+
columns-to-ignore: "Done"

0 commit comments

Comments
 (0)