Skip to content

Commit

Permalink
Merge pull request #177 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Create action add-to-projects
  • Loading branch information
gkwan-ibm authored Jan 19, 2023
2 parents 86f223a + 41a4996 commit 747eca3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-to-projects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add issues to Liberty guides backlog project

on:
issues:
types:
- opened
- transferred

jobs:
add-to-project:
name: Add issue to backlog
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/OpenLiberty/projects/11
github-token: ${{ secrets.ADMIN_BACKLOG }}

0 comments on commit 747eca3

Please sign in to comment.