Skip to content

Commit 3a91c39

Browse files
authored
Merge pull request #179 from OpenLiberty/staging
Merge staging to prod - Create action add-to-projects
2 parents d1bf798 + 447f7c3 commit 3a91c39

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .github/workflows/add-to-projects.yml

+17
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/[email protected]
15+
with:
16+
project-url: https://github.com/orgs/OpenLiberty/projects/11
17+
github-token: ${{ secrets.ADMIN_BACKLOG }}

0 commit comments

Comments
 (0)