Skip to content

Commit

Permalink
Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nuhmanpk authored Oct 18, 2023
1 parent dfdb2fc commit c0607fb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
# file with configuration. For more information, see:
# https://github.com/actions/labeler

name: Labeler
on: [pull_request]
# name: Labeler
# on: [pull_request]

jobs:
label:
# jobs:
# label:

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

steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# steps:
# - uses: actions/labeler@v2
# with:
# repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c0607fb

Please sign in to comment.