Fix: Remove get_called_class
and get_class
options from functions
option of function_to_constant
fixer
#782
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/[email protected]" | |
with: | |
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" |