Merge pull request #13858 from sashashura/patch-1

GitHub Workflows security hardening
pull/13870/head
liangshiwei 3 years ago committed by GitHub
commit 7a4d214dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save