Skip to content

Commit 48a04a7

Browse files
authored
f (#306)
2 parents e66b4f2 + a8cf436 commit 48a04a7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/add-to-project.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Adds all issues and PRs to project board backlog
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 issue or PR to project
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/[email protected]
17+
with:
18+
project-url: https://github.com/users/ttizze/projects/5
19+
github-token: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)