Skip to content

Commit 105883f

Browse files
committed
add all issues and PRs to JSON-LD dashboard
1 parent d11f6e5 commit 105883f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Add pull requests and issues to projects
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
issues:
8+
types:
9+
- opened
10+
11+
jobs:
12+
add-to-project:
13+
name: Add PR and issues to project
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/add-to-project@v0.4.1
17+
with:
18+
project-url: https://github.com/orgs/w3c/projects/84
19+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)