We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571a0b2 commit bf5c262Copy full SHA for bf5c262
.github/workflows/add-issue-to-project.yml
@@ -0,0 +1,19 @@
1
+name: Add Issues and PR to project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ pull_request:
8
9
10
11
+jobs:
12
+ add-to-project:
13
+ name: Add issue to project
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/add-to-project@v0.5.0
17
+ with:
18
+ project-url: https://github.com/orgs/TranscodeGroup/projects/20
19
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
.github/workflows/auto-author-assign.yml
@@ -0,0 +1,14 @@
+name: Auto Author Assign
+ pull_request_target:
+ types: [opened]
+permissions:
+ pull-requests: write
+ assign-author:
+ - uses: toshimaru/auto-author-assign@v1.6.2
0 commit comments