Skip to content

Commit

Permalink
Merge pull request #12 from oqtopus-team/fix/labeler
Browse files Browse the repository at this point in the history
fix: improve labeler workflow
  • Loading branch information
snuffkin authored Dec 16, 2024
2 parents d4ef9c9 + 09b4fd8 commit 27c6bc7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -67,7 +72,7 @@ jobs:
- name: Add labels to PR
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
labels: ${{ steps.set-labels.outputs.labels }}

- name: Assign PR creator
Expand Down

0 comments on commit 27c6bc7

Please sign in to comment.