mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
ci: label PRs only the first time they're opened (#15209)
instead of on every change -- including removing erroneous labels
This commit is contained in:
parent
701c21480e
commit
6c08af083d
3
.github/workflows/labeler.yml
vendored
3
.github/workflows/labeler.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
pull_request_target:
|
||||
types: opened
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user