Skip to content

Commit bededfa

Browse files
dependabot[bot]danail-branekov
authored andcommitted
Bump hustcer/milestone-action from 2 to 3
Bumps [hustcer/milestone-action](https://github.com/hustcer/milestone-action) from 2 to 3. - [Release notes](https://github.com/hustcer/milestone-action/releases) - [Changelog](https://github.com/hustcer/milestone-action/blob/main/CHANGELOG.md) - [Commits](hustcer/milestone-action@v2...v3) --- updated-dependencies: - dependency-name: hustcer/milestone-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e44c1d6 commit bededfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assign-closed-issues-to-rc-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Assign to release-candidate milestone
1111
steps:
1212
- name: Set Milestone for Issue
13-
uses: hustcer/milestone-action@v2
13+
uses: hustcer/milestone-action@v3
1414
if: github.event.issue.state == 'closed' && !contains(github.event.issue.labels.*.name, 'chore')
1515
with:
1616
action: bind-issue

0 commit comments

Comments
 (0)