From d293953c7a6d7c3a74a382a9ecbe7b7feb2e54a4 Mon Sep 17 00:00:00 2001 From: Dean Strelau Date: Thu, 16 Nov 2023 09:46:30 -0600 Subject: [PATCH] chore: add GH action for standardized labels --- .github/workflows/apply-labels.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/apply-labels.yml diff --git a/.github/workflows/apply-labels.yml b/.github/workflows/apply-labels.yml new file mode 100644 index 00000000..e909398d --- /dev/null +++ b/.github/workflows/apply-labels.yml @@ -0,0 +1,8 @@ +jobs: + apply-labels: + runs-on: ubuntu-latest + name: Apply common project labels + steps: + - uses: honeycombio/oss-management-actions/labels@v1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }}