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 967d07b commit be2a487Copy full SHA for be2a487
1 file changed
.github/workflows/release-vscode-ext.yaml
@@ -16,7 +16,6 @@ jobs:
16
startsWith(github.event.comment.body, '/run-release') &&
17
(github.event.comment.author_association == 'OWNER' ||
18
github.event.comment.author_association == 'MEMBER' ||
19
- github.event.comment.author_association == 'COLLABORATOR')
20
runs-on: ubuntu-latest
21
steps:
22
- name: Trigger Kokoro via API
0 commit comments