https://github.com/hadley/dplyr
Raw File
Tip revision: b6c4633db8ad0ec78497203757952f9ee5073116 authored by Romain Francois on 11 May 2020, 07:38:42 UTC
stop_dplyr() gains a parent= that can be used when rethrowing e.g. a vctrs error
Tip revision: b6c4633
lock.yml
# Configuration for lock-threads - https://github.com/dessant/lock-threads

# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock: 180

# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
exemptLabels: []

# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: false

# Stop lockbot from closing as "resolved"
setLockReason: false

# Comment to post before locking. Set to `false` to disable
lockComment: >
  This old issue has been automatically locked. If you believe you
  have found a related problem, please file a new issue (with reprex)
  and link to this issue. <https://reprex.tidyverse.org/>

# Limit to only `issues` or `pulls`
# only: issues

# Optionally, specify configuration settings just for `issues` or `pulls`
# issues:
#   exemptLabels:
#     - help-wanted
#   lockLabel: outdated

# pulls:
#   daysUntilLock: 30
back to top