File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Auto Comment on New Issues
3
3
on :
4
4
issues :
5
5
types : [opened]
6
+ env :
7
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8
+ MY_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6
9
7
10
jobs :
8
11
auto-comment :
34
37
owner: context.repo.owner,
35
38
repo: context.repo.repo,
36
39
body: commentBody
37
- });
40
+ });
41
+ move-issue-to-repository-project-column :
42
+ name : Move issues to repository project column
43
+ runs-on : ubuntu-latest
44
+ permissions :
45
+ issues : write
46
+ repository-projects : write
47
+ steps :
48
+ - name : Assign new issues to project new-features
49
+
50
+ with :
51
+ github-token : ${{ secrets.GITHUB_TOKEN }}
52
+ project-url : ' https://github.com/users/nanuxbe/projects/1'
53
+ labeled : this-is-a-dirty-hack-but-i-m-getting-tired-of-this
54
+ label-operator : NOT
You can’t perform that action at this time.
0 commit comments