We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad64f0 commit 8e5396bCopy full SHA for 8e5396b
1 file changed
.github/workflows/bob-pr-review.yaml
@@ -14,7 +14,7 @@ jobs:
14
startsWith(github.event.comment.body, '/') &&
15
contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
16
)
17
- runs-on: ibm-x86-64-small
+ runs-on: ubuntu-latest
18
timeout-minutes: 10
19
permissions:
20
contents: read
0 commit comments