Commit ed173ab
authored
[GH Actions] Trigger when the
We have a github action that will create a new PR to udpate the
dependencies. Because this is done by a GH action, it will not trigger
the GH Actions to run the presubmits. To get them to run, I currently
close the PR, and then reopen it.
To make this easier, I'd like to have the presubmits be trigged by the
removal of the `kokoro:run` label. The work flow will become:
1. GH Action to create a new PR, and it adds the `kokoro:run` labal.
2. Kokoro will see the label, remove it and run the kokoro presubmits.
3. When the GH Action bot sees the label is removed, I expect it to run
the GH action presubmits.
4. Someone reviews the PR, and it will automerge of all of the tests
have passed.kokoro:run label is removed (KhronosGroup#6230)1 parent c0455d4 commit ed173ab
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments