Skip to content

Commit

Permalink
[ci skip] add workflow to add issues to project
Browse files Browse the repository at this point in the history
  • Loading branch information
fullfactdeploy committed Jun 13, 2023
1 parent b7d9adc commit 7e50e1d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issue to project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/FullFact/projects/4
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 7e50e1d

Please sign in to comment.