Fix targets override identifier in check rerun and failed builds related test retriggering #641
Workflow file for this run
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: Check release notes | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
jobs: | |
check_release_notes: | |
name: Notes are either written, or there are none | |
uses: packit/.github/.github/workflows/check-release-notes.yml@main | |
with: | |
description: ${{ github.event.pull_request.body }} |