Skip to content

Commit

Permalink
Merge pull request #816 from CoffeaTeam/apply-pr-labeler
Browse files Browse the repository at this point in the history
feat: pr labeller
  • Loading branch information
lgray committed May 15, 2023
2 parents 04a113f + 344361b commit 0ca4aed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true

0 comments on commit 0ca4aed

Please sign in to comment.