feat: Add support for setting a default comment to all records that do not have one set #188
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
--- | |
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: Labeler | |
on: | |
pull_request_target: {} | |
jobs: | |
pr-labeler: | |
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 | |
secrets: inherit | |
with: | |
config-file: .github/labeler.yaml |