Use kebab-case for keys of valid_filters
in resources
#602
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: Block fixup commits | |
on: | |
pull_request_target: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
block-fixup-commits: | |
if: github.ref != 'refs/heads/main' | |
uses: python-discord/.github/.github/workflows/block-fixup-commits.yaml@main |