Skip to content

Commit

Permalink
Create action add-to-projects (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored Jan 19, 2023
1 parent fd9a00b commit 309373d
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 309373d

Please sign in to comment.