mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
Attempt to fix labeler permissions (#3674)
This commit is contained in:
parent
b13b8748b6
commit
01af734d63
8
.github/workflows/labeler.yml
vendored
8
.github/workflows/labeler.yml
vendored
@ -1,10 +1,14 @@
|
||||
name: "Pull Request Labeler"
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
label:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user