diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-07-28 11:30:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 11:30:08 +0200 |
commit | 6c08af083d000d0e5c1d73ac52ead3f01ac2026b (patch) | |
tree | 99be039d558756b7a61e01cd015b43b9f5cefad1 | |
parent | 701c21480e5b7ed15bff0e0571787fe220f7de6f (diff) | |
download | rneovim-6c08af083d000d0e5c1d73ac52ead3f01ac2026b.tar.gz rneovim-6c08af083d000d0e5c1d73ac52ead3f01ac2026b.tar.bz2 rneovim-6c08af083d000d0e5c1d73ac52ead3f01ac2026b.zip |
ci: label PRs only the first time they're opened (#15209)
instead of on every change -- including removing erroneous labels
-rw-r--r-- | .github/workflows/labeler.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 909e197b57..67ad4c0552 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,7 @@ name: "Pull Request Labeler" on: -- pull_request_target + pull_request_target: + types: opened jobs: triage: runs-on: ubuntu-latest |