Skip to content

Fix: Move zizmor artipacked ignore for renew.yaml into configuration #340

Fix: Move zizmor artipacked ignore for renew.yaml into configuration

Fix: Move zizmor artipacked ignore for renew.yaml into configuration #340

Workflow file for this run

# https://docs.github.com/en/actions
name: "Triage"
on: # yamllint disable-line rule:truthy
# zizmor: ignore[dangerous-triggers] -- labelling pull requests based on the branch name
pull_request_target:
types:
- "opened"
permissions: {}
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@9785f99b3546d64df9cb331449e7fcdc41885d25" # 1.11.0
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"