Skip to content

Commit 9cf259b

Browse files
committed
fix(auto-assign): align tag description
1 parent 0ed1cca commit 9cf259b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020
contents: read # Because it needs to read the configuration file
2121
steps:
22-
- uses: kentaro-m/auto-assign-action@f4648c0a9fdb753479e9e75fc251f507ce17bb7e # v3.0.1
22+
- uses: kentaro-m/auto-assign-action@f4648c0a9fdb753479e9e75fc251f507ce17bb7e # v2.0.0
2323
with:
2424
configuration-path: .github/auto-assign.yml # Only needed if you use something other than .github/auto_assign.yml
2525
env:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

9+
## v0.2.2 - 2025-01-22
10+
11+
- _bug-fix_: Align autoassign tag number to 2.0.0 for auto-assign-action.
12+
913
## v0.2.1 - 2025-01-22
1014

1115
- _security_: Improve release workflow with designated permissions in the reusable template.
16+
1217
## v0.2.0 - 2024-10-07
1318

1419
- _new-product-feature_: Improve linting with additional job that validates changie entry exists when it should be included. Certain exclusions are added such as labels for `dependencies` by Renovate, and `no-changie-required` label for exceptions. This will use PR comment type so automatic changes required will show up.
@@ -71,4 +76,3 @@ This is done to help the development effort to bump a release based on dependenc
7176
- Add new template for annotations based on trunk result.
7277
This will eventually run seperately from trunk to allow forks to securely be annotated as well.
7378
At this time it's just a unused template.
74-

0 commit comments

Comments
 (0)