Merge staging to prod - Update dependabot.yml #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |