diff --git a/.github/workflows/add-update-prs-to-project.yaml b/.github/workflows/add-update-prs-to-project.yaml new file mode 100644 index 00000000000..a5755f2a6b4 --- /dev/null +++ b/.github/workflows/add-update-prs-to-project.yaml @@ -0,0 +1,18 @@ +name: Add all update PRs to Images project + +on: + pull_request: + types: + - opened + - labeled + +jobs: + add-to-project: + name: Add PR to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/chainguard-dev/projects/22 + github-token: ${{ secrets.PROJECT_WRITE }} + labeled: request-version-update