Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Logerfo committed Nov 11, 2019
2 parents 24a00c6 + 43a1e02 commit 44e28e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
## 0.0.2 - 2019-11-11
Removing the triage label when the issue is closed. In order for this to work for already configurated workflows, the `closed` event action must be added to the `issues` event types array:
```diff
issues:
- types: [opened, milestoned, demilestoned]
+ types: [opened, closed, milestoned, demilestoned]
```
Otherwise, the update won't have any effect whatsoever.

## 0.0.1 - 2019-11-08
Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "triage-action",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "A GitHub Action that manages triage state in issues.",
"keywords": [
Expand Down

0 comments on commit 44e28e5

Please sign in to comment.