File tree 1 file changed +10
-16
lines changed
1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change 1
- # This workflow will triage pull requests and apply a label based on the
2
- # paths that are modified in the pull request.
3
- #
4
- # To use this workflow, you will need to set up a .github/labeler.yml
5
- # file with configuration. For more information, see:
6
- # https://github.com/actions/labeler
7
-
8
- name : Labeler
9
- on : [pull_request]
10
-
1
+ name : Move_PR_To_Project_Board
2
+ on :
3
+ pull_request :
4
+ types : [labeled]
11
5
jobs :
12
- label :
13
-
6
+ Move_PR_To_Project_Board :
14
7
runs-on : ubuntu-latest
15
-
16
8
steps :
17
- - uses : actions/labeler @v2
9
+ - uses : konradpabjan/move-labeled-or-milestoned-issue @v2.0
18
10
with :
19
- repo-token : " ${{ secrets.GITHUB_TOKEN }}"
20
-
11
+ action-token : " ${{ secrets.project_token }}"
12
+ project-url : " https://github.com/rainingmaster/lua-nginx-module/projects/1"
13
+ column-name : " PRs that ready to be merged"
14
+ label-name : " bug"
You can’t perform that action at this time.
0 commit comments