This commit is contained in:
dependabot[bot] 2026-05-19 17:43:02 +00:00 committed by GitHub
commit 07cdcaaa68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
# ref: https://github.com/github/docs/blob/main/.github/workflows/triage-unallowed-contributions.yml
- name: Comment About Changes We Can't Accept
if: ${{ steps.filter_not_allowed.outputs.change == 'true' }}
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
let workflowFailMessage = "It looks like you've modified some files that we can't accept as contributions."