Skip to content

Commit

Permalink
Merge pull request #68 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Add add-pr-to-project.yml
  • Loading branch information
gkwan-ibm committed Feb 16, 2024
2 parents 2765f0a + 2abfafc commit 5f1ddcf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-pr-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add PRs to Dependabot PRs dashboard

on:
pull_request:
types:
- opened
- labeled

jobs:
add-to-project:
name: Add PR to dashboard
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/OpenLiberty/projects/26
github-token: ${{ secrets.ADMIN_BACKLOG }}
labeled: dependencies

0 comments on commit 5f1ddcf

Please sign in to comment.