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/add-pr-labels.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/add-pr-labels.yml (limited to '.github/workflows/add-pr-labels.yml') diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml new file mode 100644 index 000000000..bf19d4744 --- /dev/null +++ b/.github/workflows/add-pr-labels.yml @@ -0,0 +1,16 @@ +--- +name: Add pull request labels + +on: + pull_request_target: + branches: + - equuleus + +permissions: + pull-requests: write + contents: read + +jobs: + add-pr-label: + uses: vyos/.github/.github/workflows/add-pr-labels.yml@equuleus + secrets: inherit -- cgit v1.2.3