Compare commits
1 Commits
dev
...
dependabot
| Author | SHA1 | Date |
|---|---|---|
|
|
c9dc896d2c |
|
|
@ -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@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const body = context.payload.issue.body;
|
const body = context.payload.issue.body;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue