File tree Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change 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
-
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
+
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 }}
You can’t perform that action at this time.
0 commit comments