Skip to content

Commit

Permalink
Create issues-to-projects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand authored Feb 29, 2024
1 parent 3017c5a commit 73ae172
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/issues-to-projects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: move new, edited, reopened issues to DCC Engineering project

on:
issues:
types: [ opened, edited, reopened ]
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/digitalcredentials/projects/14
github-token: ${{ secrets.PROJECTS_ACCESS_TOKEN }}

0 comments on commit 73ae172

Please sign in to comment.