Bump actions/checkout from 5 to 6 #2
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: Link Issues to PR Post Merge | |
| on: | |
| pull_request: | |
| types: [closed] | |
| permissions: {} | |
| jobs: | |
| link-issues: | |
| # Only run if PR was actually merged (not just closed) | |
| if: github.event.pull_request.merged == true | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| uses: senzing-factory/build-resources/.github/workflows/link-issues-to-pull-request-post-merge.yaml@v3 |