From cf2ef2b4804c157266ec563bb7346508d72c26a1 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 16 Feb 2024 12:21:34 -0500 Subject: [PATCH] Add add-pr-to-project.yml --- .github/workflows/add-pr-to-project.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/add-pr-to-project.yml diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml new file mode 100644 index 00000000..0b1643a7 --- /dev/null +++ b/.github/workflows/add-pr-to-project.yml @@ -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