Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 29, 2023
1 parent f6779a7 commit a5777d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
milestone-title: ${{steps.metadata.outputs.current-version}}
milestone-next: ${{steps.metadata.outputs.next-version}}
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Pulls
name: Update Milestone

on:
pull_request:
pull_request_target:
types: [closed]

jobs:
release:
update:
runs-on: ubuntu-latest
name: pulls
name: update-milestone
if: ${{github.event.pull_request.merged == true}}

steps:
- uses: radcortez/milestone-set-action@main
Expand Down

0 comments on commit a5777d4

Please sign in to comment.