Skip to content

Commit

Permalink
ci: add workflow to sync issues to centralized project (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis authored Apr 29, 2024
1 parent 7398eac commit 77ef393
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issues-sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sync Issues to Central Project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-22.04
steps:
- uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458
with:
project-url: https://github.com/orgs/virtru-corp/projects/12
github-token: ${{ secrets.PROJECT_SYNC_PAT }}

0 comments on commit 77ef393

Please sign in to comment.