diff options
author | mattip <matti.picus@gmail.com> | 2022-10-03 05:58:35 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-10-03 05:58:35 +0300 |
commit | f8c433841d67d7c740001a8f090b2441dbf4e509 (patch) | |
tree | 60158ea2d04827c9705e39b9caf2909e70542581 /.github | |
parent | 86cd584b81385508f7d939fc66393a6a27f02659 (diff) | |
download | numpy-f8c433841d67d7c740001a8f090b2441dbf4e509.tar.gz |
MAINT: remove permission restrictions for PR labeler [skip ci]
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labeler.yml | 3 |
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 |