Skip to content

Commit

Permalink
chore: add issue to project automation (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter authored Jul 6, 2022
1 parent afa421d commit 8bc8e23
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add new issue to project
on:
issues:
types:
- opened
jobs:
track_pr:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.TOKENS_APP_ID }}
private_key: ${{ secrets.TOKENS_PRIVATE_KEY }}
- name: Add issue to Project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/netlify/projects/199
github-token: ${{ steps.generate_token.outputs.token }}

0 comments on commit 8bc8e23

Please sign in to comment.