Skip to content

Commit

Permalink
Add new issues to project, not Jira (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Jun 3, 2024
1 parent 4b889f2 commit 038e408
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issue-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issues 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@v1.0.1
with:
project-url: https://github.com/orgs/CQCL-DEV/projects/19
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 038e408

Please sign in to comment.