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 }}