From 8884f021582ee46b8b33ad6561c1a6744c596829 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:13:49 +0200 Subject: github: Add PR labels to easily identify base branches --- .github/workflows/pull-request-labels.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/pull-request-labels.yml (limited to '.github/workflows') diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml new file mode 100644 index 000000000..629a54a49 --- /dev/null +++ b/.github/workflows/pull-request-labels.yml @@ -0,0 +1,17 @@ +--- +name: Add pull request labels + +on: + pull_request: + branches: + - current + - crux + - equuleus + - sagitta + +jobs: + add-pr-label: + name: Add PR Labels + runs-on: ubuntu-20.04 + steps: + - uses: actions/labeler@v5.0.0-alpha.1 -- cgit v1.2.3