Compare commits
No commits in common. "dependabot/github_actions/actions/github-script-9" and "dev" have entirely different histories.
dependabot
...
dev
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Add labels issues automatically based on their body.
|
- name: Add labels issues automatically based on their body.
|
||||||
uses: actions/github-script@v9
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const body = context.payload.issue.body;
|
const body = context.payload.issue.body;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue