summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-10-03 16:00:11 +0200
committerGitHub <noreply@github.com>2022-10-03 16:00:11 +0200
commit25ed0312cfbbddb60aa8f1491248f03f9eca5caa (patch)
tree60158ea2d04827c9705e39b9caf2909e70542581
parent86cd584b81385508f7d939fc66393a6a27f02659 (diff)
parentf8c433841d67d7c740001a8f090b2441dbf4e509 (diff)
downloadnumpy-25ed0312cfbbddb60aa8f1491248f03f9eca5caa.tar.gz
Merge pull request #22371 from mattip/ci-permissions2
MAINT: remove permission restrictions for PR labeler [skip ci]
-rw-r--r--.github/workflows/labeler.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 11eb110b2..99db967b3 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -3,9 +3,6 @@ on:
pull_request_target:
types: [opened, synchronize, reopened, edited]
-permissions:
- contents: write # to add labels
-
jobs:
pr-labeler:
runs-on: ubuntu-latest