Enhancement: Configure trailing_comma_in_multiline
fixer to include array_destructuring
in elements
option
#960
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 }}" |