Skip to content

Commit 994bf35

Browse files
authored
Create add-to-project.yml
1 parent c500fba commit 994bf35

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Add new bugs & PRs to This Week project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- transferred
8+
pull_request:
9+
types:
10+
- opened
11+
12+
jobs:
13+
add-to-project:
14+
name: Add new bugs and PRs to This Week project
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/add-to-project@main
18+
with:
19+
project-url: https://github.com/orgs/Laravel-Backpack/projects/13
20+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)