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.
2 parents eb42c3e + da70c18 commit 2f76d9cCopy full SHA for 2f76d9c
1 file changed
.github/workflows/add-to-projects.yml
@@ -0,0 +1,17 @@
1
+name: Add issues to Liberty guides backlog project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - transferred
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add issue to backlog
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/add-to-project@v0.4.0
15
+ with:
16
+ project-url: https://github.com/orgs/OpenLiberty/projects/11
17
+ github-token: ${{ secrets.ADMIN_BACKLOG }}
0 commit comments