Skip to content

ci: bump the github-actions group across 1 directory with 5 updates #213

ci: bump the github-actions group across 1 directory with 5 updates

ci: bump the github-actions group across 1 directory with 5 updates #213

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, reopened, synchronize]
# §35.13 C1 — default-deny.
permissions: {}
jobs:
label_pr:
name: Aplicar Labels no PR
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Aplicar label baseada na branch
uses: TimonVS/pr-labeler-action@f9c084306ce8b3f488a8f3ee1ccedc6da131d1af # v5.0.0
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}