Skip to content

Commit

Permalink
Merge pull request #1988 from tgstation/FixPatchRef
Browse files Browse the repository at this point in the history
Hopefully fixes bot comments not choosing minor/patch correctly
  • Loading branch information
Cyberboss authored Oct 22, 2024
2 parents d9bef18 + 72114ee commit d59fbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-pr-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
if: github.event.pull_request.user.id == 49699333
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
with:
message: Set the milestone to the next ${{ (github.head_ref == 'master' && 'patch') || 'minor' }} version, check for supply chain attacks, and then add the `CI Cleared` label to allow CI to run.
message: Set the milestone to the next ${{ (github.event.pull_request.base.ref == 'master' && 'patch') || 'minor' }} version, check for supply chain attacks, and then add the `CI Cleared` label to allow CI to run.
github-token: ${{ steps.app-token-generation.outputs.token }}

0 comments on commit d59fbc3

Please sign in to comment.