Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

ci: bump codecov/codecov-action from 5.4.0 to 5.4.2 #208

ci: bump codecov/codecov-action from 5.4.0 to 5.4.2

ci: bump codecov/codecov-action from 5.4.0 to 5.4.2 #208

Workflow file for this run

name: "PR labeler"
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
branches:
- master
- develop
- 'lse-release/**'
jobs:
autolabel:
name: "PR label validator"
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
- uses: thehanimo/[email protected]
name: "Validate PR's title"
with:
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
pass_on_octokit_error: false
configuration_path: ".github/pr-title-checker-config.json"
- uses: release-drafter/[email protected]
name: "Set PR's label based on title"
with:
disable-releaser: true
config-name: autolabeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}