We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ce872 commit c0e241eCopy full SHA for c0e241e
.github/workflows/take.yml
@@ -28,7 +28,7 @@ jobs:
28
if: (!github.event.issue.pull_request) && github.event.comment.body == 'take'
29
runs-on: ubuntu-latest
30
steps:
31
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
32
with:
33
script: |
34
github.rest.issues.addAssignees({
0 commit comments