Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] ebd3d67bf3 chore(deps): bump actions/github-script from 7 to 9
Check for typos / check-typos (push) Has been cancelled
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-03 05:48:28 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
steps:
- name: Process slash command
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
const allowedUsers = ["ChrisTitusTech", "og-mrk", "Marterich", "MyDrift-user", "Real-MullaC", "CodingWonders", "GabiNun2", "FluffyPunk"];
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
steps:
- name: Check PR body for Type of Change
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
const prBody = context.payload.pull_request.body || '';