We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbce448 commit 4da4e92Copy full SHA for 4da4e92
.github/workflows/auto-label-comment-prs.yml
@@ -4,7 +4,7 @@ on:
4
types: [opened, reopened, synchronize]
5
jobs:
6
pr_label_comment:
7
- runs-on: [self-hosted, linux, x64, big]
+ runs-on: ubuntu-latest
8
steps:
9
- uses: actions/github-script@main
10
with:
0 commit comments