Skip to content

Commit

Permalink
Merge pull request #220 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 authored Feb 16, 2024
2 parents 7006e89 + 3749f52 commit 57b1ea0
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/[email protected]
with:
project-url: https://github.com/orgs/OpenLiberty/projects/26
github-token: ${{ secrets.ADMIN_BACKLOG }}
labeled: dependencies

0 comments on commit 57b1ea0

Please sign in to comment.