Skip to content

Commit

Permalink
chore: add GH action for standardized labels
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrelau committed Nov 16, 2023
1 parent d56765d commit d293953
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/apply-labels.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit d293953

Please sign in to comment.