build(deps-dev): bump the npm-development group with 5 updates #199
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 open | |
on: | |
issues: | |
types: [opened, reopened] | |
pull_request: | |
types: [opened] | |
branches: [main] | |
jobs: | |
add: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./ | |
with: | |
farthest: true # remove this line to add the current milestone | |
overwrite: true # remove this line to keep an existing milestone | |
single: true # remove this line for multiple open milestones with due dates |