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 344781f commit fac88f7Copy full SHA for fac88f7
.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