Skip to content

github-actions(deps): Bump actions/checkout from 4.1.2 to 4.1.4 #828

github-actions(deps): Bump actions/checkout from 4.1.2 to 4.1.4

github-actions(deps): Bump actions/checkout from 4.1.2 to 4.1.4 #828

Workflow file for this run

# 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.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"