Compare commits

..

No commits in common. "dependabot/github_actions/actions/github-script-9" and "dev" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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;