Enhancement: Extract allRules
parameter to allow disabling and enabling all rules
#671
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
# https://docs.github.com/en/actions | |
name: "Triage" | |
on: # yamllint disable-line rule:truthy | |
pull_request_target: | |
types: | |
- "opened" | |
jobs: | |
label: | |
name: "Label" | |
runs-on: "ubuntu-latest" | |
timeout-minutes: 5 | |
steps: | |
- name: "Add labels based on branch name" | |
uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@1.9.2" | |
with: | |
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" |