We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7ed00 + 2305553 commit 4f85f6fCopy full SHA for 4f85f6f
1 file changed
.github/workflows/add-pr-to-project.yml
@@ -0,0 +1,18 @@
1
+name: Add PRs to Dependabot PRs dashboard
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - labeled
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add PR to dashboard
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/add-to-project@v0.5.0
15
+ with:
16
+ project-url: https://github.com/orgs/OpenLiberty/projects/26
17
+ github-token: ${{ secrets.ADMIN_BACKLOG }}
18
+ labeled: dependencies
0 commit comments