We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b5402 commit cd6048dCopy full SHA for cd6048d
.github/workflows/issues-to-project.yml
@@ -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