Skip to content

epp: add multicluster feature gate and endpoint attribute #6622

epp: add multicluster feature gate and endpoint attribute

epp: add multicluster feature gate and endpoint attribute #6622

name: Label non-main PRs
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add labels when base branch is not main
if: github.event.pull_request.base.ref != 'main'
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
do-not-merge/hold