Skip to content

Commit 2004b72

Browse files
authored
Merge pull request #34 from OpenLiberty/staging
Merge staging to prod - Create action add-to-projects
2 parents 9ed4595 + 0c35865 commit 2004b72

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)