Bump distroless/java25-debian13 from 7b193e5 to 9460bf4 in /.github/docker in the distroless group
#1669
Workflow file for this run
This file contains hidden or 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 issues and PRs to project | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - reopened | |
| - transferred | |
| pull_request_target: | |
| types: | |
| - opened | |
| - reopened | |
| issue_comment: | |
| types: | |
| - created | |
| jobs: | |
| call-workflow-add-to-project: | |
| name: Call workflow to add issue to project | |
| uses: bufbuild/base-workflows/.github/workflows/add-to-project.yaml@main | |
| secrets: inherit |