Browse Source

Update labeler.yml

pull/13858/head
Alex 3 years ago
committed by GitHub
parent
commit
bce5270146
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/labeler.yml

4
.github/workflows/labeler.yml

@ -2,8 +2,12 @@ name: Pull request labeler
on: on:
schedule: schedule:
- cron: '0 12 */1 * *' - cron: '0 12 */1 * *'
permissions:
contents: read
jobs: jobs:
labeler: labeler:
permissions:
pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: paulfantom/periodic-labeler@master - uses: paulfantom/periodic-labeler@master

Loading…
Cancel
Save