Skip to content

Commit

Permalink
Update labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Oct 6, 2023
1 parent 21b3318 commit 1ea1d21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
doc:
- 'spec/requests/api/*'
- 'spec/requests/api/*'
6 changes: 4 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
types: [synchronize]

jobs:
triage:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1ea1d21

Please sign in to comment.