Skip to content

Commit

Permalink
Add new issues to project, not Jira (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Jun 3, 2024
1 parent b0cef9a commit 1f5707d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 33 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 }}
33 changes: 0 additions & 33 deletions .github/workflows/issue.yml

This file was deleted.

0 comments on commit 1f5707d

Please sign in to comment.