Skip to content

Commit 30234eb

Browse files
authored
chore: add project tracking (#47)
1 parent 3ad23ef commit 30234eb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/project.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Add PRs and Issues to Project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
pull_request:
8+
types:
9+
- opened
10+
11+
jobs:
12+
add-to-project:
13+
name: Add to project
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/[email protected]
17+
with:
18+
project-url: https://github.com/orgs/n0-computer/projects/1
19+
github-token: ${{ secrets.PROJECT_PAT }}

0 commit comments

Comments
 (0)