Skip to content

Commit 99828e1

Browse files
feat: update pr labeler action setting
1 parent 53734e4 commit 99828e1

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

.github/workflows/pr_opened.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
on:
2-
pull_request:
3-
types: [opened]
4-
name: Pull Request opened
5-
jobs:
6-
assignToProject:
7-
name: Assign PullRequest to Project
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Assign PullRequest to Project
11-
uses: alex-page/[email protected]
12-
with:
13-
project: Backlog
14-
column: To do
15-
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
17-
assignAuthor:
18-
name: Assign author to PR
19-
runs-on: ubuntu-latest
20-
steps:
21-
- name: Assign Author to PR
22-
uses: technote-space/assign-author@v1
23-
with:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
26-
addLabelsByBranch:
27-
name: PR Labeler
28-
runs-on: ubuntu-latest
29-
steps:
30-
- name: PR Labeler
31-
uses: technote-fork/pr-labeler-action@master
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
on:
2+
pull_request:
3+
types: [opened]
4+
name: Pull Request opened
5+
jobs:
6+
assignToProject:
7+
name: Assign PullRequest to Project
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Assign PullRequest to Project
11+
uses: alex-page/[email protected]
12+
with:
13+
project: Backlog
14+
column: To do
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
17+
assignAuthor:
18+
name: Assign author to PR
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Assign Author to PR
22+
uses: technote-space/assign-author@v1
23+
with:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
26+
addLabelsByBranch:
27+
name: PR Labeler
28+
runs-on: ubuntu-latest
29+
steps:
30+
- name: PR Labeler
31+
uses: technote-fork/pr-labeler-action@gh-actions
32+
with:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)