Skip to content

Commit

Permalink
Add workflow to add new issues and prs to project
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshurley committed Jul 26, 2022
1 parent 36681d2 commit b43289c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Add issues to project

on:
issues:
types: ['opened']
pull_request:
types: ['opened']

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/vmware-tanzu/projects/16
github-token: ${{ secrets.CARVEL_ADD_TO_PROJECT_TOKEN }}

0 comments on commit b43289c

Please sign in to comment.