From dcb5d50abd66e207156f371fb80e6497d33390e8 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Fri, 14 Jun 2024 17:48:34 +0530 Subject: T6487: updated central workflows to use current branch (cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737) --- .github/workflows/pull-request-labels.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/pull-request-labels.yml (limited to '.github/workflows/pull-request-labels.yml') diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml deleted file mode 100644 index 3398af5b0..000000000 --- a/.github/workflows/pull-request-labels.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Add pull request labels - -on: - pull_request_target: - branches: - - current - - crux - - equuleus - - sagitta - -jobs: - add-pr-label: - name: Add PR Labels - runs-on: ubuntu-20.04 - permissions: - contents: read - pull-requests: write - steps: - - uses: actions/labeler@v5.0.0 -- cgit v1.2.3