Skip to content

Commit

Permalink
Add add-pr-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm committed Feb 16, 2024
1 parent acff06c commit 48dd4c1
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 48dd4c1

Please sign in to comment.