Skip to content

Commit 889abb8

Browse files
author
Ryan Johnson
authored
chore(gh): add to project (#86)
Added GitHub Action to add issues and pull requests to the linked project. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 746092b commit 889abb8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: .github/workflows/project.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Add to Project
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
- reopened
7+
- transferred
8+
- labeled
9+
pull_request:
10+
types:
11+
- opened
12+
- reopened
13+
- labeled
14+
jobs:
15+
add-to-project:
16+
name: Add to Project
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c
20+
with:
21+
project-url: 'https://github.com/orgs/vmware/projects/22'
22+
github-token: '${{ secrets.GH_ADD_TO_PROJECT }}'

0 commit comments

Comments
 (0)