Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
voltgizerz committed Jun 28, 2024
1 parent 112aa94 commit 7eab189
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: codelytv/pr-size-labeler@v1
- name: PR Size Labeler
uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_label: 'size/xs'
Expand All @@ -28,6 +29,7 @@ jobs:
github_api_url: 'https://api.github.com'
files_to_ignore: ''

- uses: actions/labeler@v4
- name: Labeler
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GH_TOKEN }}"
repo-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 7eab189

Please sign in to comment.