Releases: facelessuser/label-bot
Releases · facelessuser/label-bot
1.10
1.9.0
1.9.0
- NEW: Allow
minus_negatelogic to be disabled as there is no longer a conflict withNEGATEandEXTGLOB. - FIX: When attempting to acquire comments in an issue, they may not be available yet. If at first we don't succeed, try, try again (but no more than three).
1.8.0
1.8.0
- NEW: Update to latest
gidgethub,pyyaml, andbeautifulsoup4. - NEW: Add environment variable
GH_BOT_LINKto specify the link for when status is clicked.
1.7.0
1.7.0
- NEW: More logging and specify which module is logging along with repository/user where the request originated from.
1.6.0
1.6.0
- NEW: Bot should allow
addandremovecommands in issue comments to modify labels even if the issue is closed.
1.5.0
1.5.0
- NEW: New command added called
retrigger-localwhich will force a pull request retrigger to use the configuration
in the pull request reference instead of usingmaster. This is great if you want to test changes to the label
configuration in a pull request. - NEW: Configuration file is always read from
masterexcept whenretrigger-localis run in a pull request. - FIX: Labels that were renamed are not always detected as renamed.
- FIX: Better logic to avoid adding a label that already exists or removing a label that does not exist. Also,
detect such failures if we do run into such scenarios, and don't fail the sync. - FIX: Case logic when comparing triage and review labels.
1.4.0
1.4.0
- NEW: Add options
lgtm_add_issueandlgtm_add_pull_requestthat are meant to replacelgtm_add. The old
lgtm_addwill be mapped to the new options and handled internally.lgtm_addwill be removed in version 2.0.
1.3.1
1.3.1
- FIX: Ensure that configuration failures cause a task to fail.
- FIX: Index all repository labels before modifying the repository labels.
1.3.0
1.3.0
- NEW: Optionally allow specifying a master configuration file template from another repository.
- FIX: Only collaborators and owners are allowed to issue commands.
- FIX: Fix commands not working in pull request issue body.
- FIX: Throttle sync command more in cases where the API is being hit quite hard.
1.2.0
1.2.0
- NEW: Add
@bot lgtmcommand to remove blocking labels and optionally add others. - NEW: Allow
triageandreviewtask to remove labels as well. - NEW: Add
@bot addand@bot removecommand to bulk add or remove labels. - FIX: Avoid running retrigger commands on a closed issue.
- FIX: Fix issue with deleting labels in wildcard labels.