Skip to content

Commit

Permalink
chore(gh): add to project (#162)
Browse files Browse the repository at this point in the history
Added GitHub Action to add issues and pull requests to the linked project.

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
  • Loading branch information
tenthirtyam committed Jul 26, 2023
1 parent 6224411 commit a6f2cf8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Add to Project
on:
issues:
types:
- opened
- reopened
- transferred
- labeled
pull_request:
types:
- opened
- reopened
- labeled
jobs:
add-to-project:
name: Add to Project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c
with:
project-url: 'https://github.com/orgs/vmware/projects/22'
github-token: '${{ secrets.GH_ADD_TO_PROJECT }}'

0 comments on commit a6f2cf8

Please sign in to comment.