Skip to content

Commit cd6048d

Browse files
authored
Create issues-to-project.yml
Workflow to add issues to the "DCC Engineering" project when they are created, edited, or reopened.
1 parent 67b5402 commit cd6048d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: move new, edited, reopened issues to DCC Engineering project
2+
3+
on:
4+
issues:
5+
types: [ opened, edited, reopened ]
6+
jobs:
7+
add-to-project:
8+
name: Add issue to project
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/add-to-project@main
12+
with:
13+
project-url: https://github.com/orgs/digitalcredentials/projects/14
14+
github-token: ${{ secrets.PROJECTS_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)