Skip to content

Commit 522ebdd

Browse files
build(deps): bump hustcer/milestone-action from 3.1 to 3.2
Bumps [hustcer/milestone-action](https://github.com/hustcer/milestone-action) from 3.1 to 3.2. - [Release notes](https://github.com/hustcer/milestone-action/releases) - [Changelog](https://github.com/hustcer/milestone-action/blob/main/CHANGELOG.md) - [Commits](hustcer/milestone-action@ebed8d5...2f38355) --- updated-dependencies: - dependency-name: hustcer/milestone-action dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b69f612 commit 522ebdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/milestone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
name: Milestone Update
1919
steps:
2020
- name: Set Milestone for PR
21-
uses: hustcer/milestone-action@ebed8d5daafd855a600d7e665c1b130f06d24130 # v3.1
21+
uses: hustcer/milestone-action@2f38355153344ccaaa44b5b5fcff9f604dff1b45 # v3.2
2222
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'VOUCHED') && !startsWith(github.event.pull_request.title, 'ci:')
2323
with:
2424
action: bind-pr # `bind-pr` is the default action
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
# Bind milestone to closed issue that has a merged PR fix
2828
- name: Set Milestone for Issue
29-
uses: hustcer/milestone-action@ebed8d5daafd855a600d7e665c1b130f06d24130 # v3.1
29+
uses: hustcer/milestone-action@2f38355153344ccaaa44b5b5fcff9f604dff1b45 # v3.2
3030
if: github.event.issue.state == 'closed'
3131
with:
3232
action: bind-issue

0 commit comments

Comments
 (0)