Skip to content

Commit be1bdf4

Browse files
authored
Merge pull request #3333 from numbersprotocol/chore-issues-to-project
chore(.github): add new issues to backlog project
2 parents 96c4cca + 3c1c7e5 commit be1bdf4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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/add-to-project@v1.0.2
15+
with:
16+
project-url: https://github.com/orgs/numbersprotocol/projects/8
17+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)