Skip to content

Commit d92f8e4

Browse files
committed
build: add backlog management
Signed-off-by: Bofu Chen <[email protected]>
1 parent 89efd8b commit d92f8e4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Add Issues to Backlog Project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to Backlog project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Add issue to Backlog project
14+
uses: actions/[email protected]
15+
with:
16+
project-url: https://github.com/orgs/numbersprotocol/projects/8
17+
# OR for repository projects:
18+
# project-url: https://github.com/users/YOUR_USERNAME/projects/YOUR_PROJECT_NUMBER
19+
# OR for user projects:
20+
# project-url: https://github.com/users/YOUR_USERNAME/projects/YOUR_PROJECT_NUMBER
21+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)