Enhance find_unreleased_changelog_items action to check for merged PRs #293
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: Enforce Open Source Community Standards | |
on: | |
push: | |
branches: [main] | |
merge_group: | |
pull_request: | |
branches: [main] | |
jobs: | |
enforce-community-standards: | |
uses: ./.github/workflows/_reusable-enforce-community-standards.yml |