Skip to content

Commit 20d3948

Browse files
authored
chore: add issue/pr project tracking
Signed-off-by: Darcy Clarke <darcy@darcyclarke.me>
1 parent ec988e7 commit 20d3948

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)