Skip to content

Commit 482fff0

Browse files
authored
chore: auto-add issues/prs to project (#2913)
1 parent e6cb2d3 commit 482fff0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/github-project.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add PR and Issues to project
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
issues:
7+
types:
8+
- opened
9+
jobs:
10+
add_to_project:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@main
14+
with:
15+
project-url: https://github.com/orgs/SwissDataScienceCenter/projects/45
16+
github-token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)