Skip to content

Commit

Permalink
Merge pull request #1999 from tgstation/dependabot/github_actions/mas…
Browse files Browse the repository at this point in the history
…ter/thollander/actions-comment-pull-request-3.0.1

Bump thollander/actions-comment-pull-request from 3.0.0 to 3.0.1
  • Loading branch information
tgstation-server-ci[bot] authored Nov 4, 2024
2 parents 2afd413 + 4c3eef6 commit d3d32e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/new-pr-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:

- name: Comment on new Fork PR
if: github.event.pull_request.user.id != 49699333
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b
with:
message: Thank you for contributing to ${{ github.event.pull_request.base.repo.name }}! The workflow '${{ github.workflow }}' requires repository secrets and will not run without approval. Maintainers can add the `CI Cleared` label to allow it to run. Note that any changes to ci-security.yml and ci-pipeline.yml will not be reflected.
github-token: ${{ steps.app-token-generation.outputs.token }}

- name: Comment on dependabot PR
if: github.event.pull_request.user.id == 49699333
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b
with:
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 d3d32e4

Please sign in to comment.