mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-04-14 20:58:23 +10:00
Compare commits
1 Commits
sponsors-u
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
592ded656d |
2
.github/workflows/label-pr.yaml
vendored
2
.github/workflows/label-pr.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
contents: read # Often needed for github-script
|
contents: read # Often needed for github-script
|
||||||
steps:
|
steps:
|
||||||
- name: Check PR body for Type of Change
|
- name: Check PR body for Type of Change
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const prBody = context.payload.pull_request.body || '';
|
const prBody = context.payload.pull_request.body || '';
|
||||||
|
|||||||
Reference in New Issue
Block a user