Skip to content

Commit

Permalink
chore(labeler): adding label work flows (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogpatch626 committed Feb 23, 2022
1 parent 3c7823b commit 6010033
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
@@ -0,0 +1,2 @@
one-app-team-review-requested:
- '*'
12 changes: 12 additions & 0 deletions .github/workflows/pr-labeler.yml
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
pull_request:
types: [opened, reopened]

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6010033

Please sign in to comment.