Skip to content

Commit 3c2881a

Browse files
authored
Add new issues/PRs to project
We have an overview project for all the Web Monitoring repos, and new issues or PRs here should automatically be added to it.
1 parent 2d8c09e commit 3c2881a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Add tasks to WM overview project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- reopened
8+
- transferred
9+
pull_request:
10+
types:
11+
- opened
12+
- reopened
13+
14+
jobs:
15+
add-to-project:
16+
name: Add to project
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/[email protected]
20+
with:
21+
project-url: https://github.com/orgs/edgi-govdata-archiving/projects/32
22+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)