Skip to content

Commit

Permalink
feat: attempt to fix labels issue when newer one is raised
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Oct 6, 2023
1 parent 6f73afe commit 672ccf9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
# https://github.com/actions/labeler

name: Labeler
on: [pull_request]
on: [pull_request, pull_request_target]

jobs:
label:

runs-on: ubuntu-latest
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 672ccf9

Please sign in to comment.