Use StringBuilder instead of String concat for startup code #276
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: Update Milestone | |
on: | |
pull_request_target: | |
types: [closed] | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
name: update-milestone | |
if: ${{github.event.pull_request.merged == true}} | |
steps: | |
- uses: radcortez/milestone-set-action@main | |
name: milestone set | |
with: | |
github-token: ${{secrets.GITHUB_TOKEN}} |