build(deps-dev): bump typescript from 5.3.3 to 5.4.3 #175
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add milestone on merge | |
on: | |
pull_request: | |
branches: [main] | |
types: [closed] | |
jobs: | |
add: | |
if: github.event.pull_request.merged == true | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./ | |
with: | |
overwrite: true # remove this line to keep existing milestone |