From 794baa9d6215ea810221d46188e0d073f5d16c2d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 22 Jan 2025 18:30:23 -0500 Subject: [PATCH] Fix fork PR comment --- .github/workflows/new-pr-comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-pr-comments.yml b/.github/workflows/new-pr-comments.yml index 3151af784c..2a5b650128 100644 --- a/.github/workflows/new-pr-comments.yml +++ b/.github/workflows/new-pr-comments.yml @@ -25,7 +25,7 @@ jobs: if: github.event.pull_request.user.id != 49699333 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. + message: Thank you for contributing to ${{ github.event.pull_request.base.repo.name }}! The CI Pipeline 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