Skip to content

github-actions(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 #715

github-actions(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0

github-actions(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 #715

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/[email protected]"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"