Skip to content

feat: Clarify approved vs mergeable for gitlab #6914

feat: Clarify approved vs mergeable for gitlab

feat: Clarify approved vs mergeable for gitlab #6914

Workflow file for this run

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:
- name: Harden Runner
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
with:
egress-policy: audit
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5