Files
atlantis/.github/workflows/labeler.yml
StepSecurity Bot 266afc116a ci: [StepSecurity] Harden GitHub Actions (#4954)
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
2024-09-26 11:40:22 -05:00

23 lines
420 B
YAML

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- ready_for_review
permissions:
contents: read
jobs:
triage:
permissions:
contents: read
pull-requests: write
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5