diff --git a/.github/workflows/apply-labels.yml b/.github/workflows/apply-labels.yml new file mode 100644 index 0000000..b6aeae2 --- /dev/null +++ b/.github/workflows/apply-labels.yml @@ -0,0 +1,16 @@ +name: Apply project labels + +on: + - issues + - label + - pull_request_target + - pull_request + +jobs: + apply-labels: + runs-on: ubuntu-latest + name: Apply common project labels + steps: + - uses: honeycombio/integrations-labels@v1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }}