mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -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"
|
name: "Pull Request Labeler"
|
||||||
on:
|
on:
|
||||||
- pull_request_target
|
pull_request_target:
|
||||||
|
types: opened
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user