Optionally set mtime in linkPhysicalAddress #16330
This file contains 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: Enforce issue link to pull request | |
on: | |
pull_request: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
jobs: | |
check_pull_requests: | |
runs-on: ubuntu-latest | |
name: Check linked issues | |
steps: | |
- uses: nearform/[email protected] | |
id: check-linked-issues | |
with: | |
exclude-branches: "dependabot/**" | |
exclude-labels: "minor-change" |