Skip to content

Commit d0e6f50

Browse files
committed
test: label and move to project
1 parent 2b96579 commit d0e6f50

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

.github/workflows/label.yml

+10-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
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]
115
jobs:
12-
label:
13-
6+
Move_PR_To_Project_Board:
147
runs-on: ubuntu-latest
15-
168
steps:
17-
- uses: actions/labeler@v2
9+
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
1810
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"

0 commit comments

Comments
 (0)