Skip to content

Commit

Permalink
Merge pull request #180 from honeycombio/robb/add-label-manager
Browse files Browse the repository at this point in the history
add the label manager GitHub action
  • Loading branch information
robbkidd committed Mar 3, 2021
2 parents 0d9570c + 6133671 commit f8c142a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .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 }}

0 comments on commit f8c142a

Please sign in to comment.