1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-07 18:02:57 +03:00

Attempt to fix labeler permissions (#3674)

This commit is contained in:
Florian Albrechtskirchinger
2022-08-04 23:38:27 +02:00
committed by GitHub
parent b13b8748b6
commit 01af734d63

View File

@@ -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