We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
issue_assign
ubuntu-slim
1 parent 5b7f93f commit 601b9d8Copy full SHA for 601b9d8
1 file changed
.github/workflows/comment-commands.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
issue_assign:
9
if: (!github.event.issue.pull_request) && github.event.comment.body == 'take'
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
11
12
concurrency:
13
group: ${{ github.actor }}-issue-assign
0 commit comments