Auto build the release tool with the dry-run option in post build stage #5384
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
# Label and project adding bot, see .github/labeler.yml for config | |
name: "Labeller & Project Manager" | |
on: | |
pull_request_target: | |
issues: | |
issue_comment: | |
jobs: | |
Label: | |
runs-on: ubuntu-latest | |
name: Assign Labels | |
steps: | |
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 | |
if: ${{ github.event.pull_request }} | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
- uses: fuxingloh/multi-labeler@6704db0bcba106d07482efabbc79d3092af74fa2 # v2.0.3 | |
with: | |
github-token: "${{secrets.GITHUB_TOKEN}}" | |
config-path: .github/regex_labeler.yml |