Skip to content

Commit

Permalink
Merge pull request #30 from PrefectHQ/add_issues_to_project_automatic…
Browse files Browse the repository at this point in the history
…ally

Create add-to-project.yml
  • Loading branch information
ahuang11 committed Sep 26, 2022
2 parents ea055d5 + d8f8a4b commit 4fcc02b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issues to integrations board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
with:
project-url: ${{ secrets.ADD_TO_PROJECT_URL }}
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 4fcc02b

Please sign in to comment.