Skip to content

Commit fd1da64

Browse files
authored
Merge pull request #21 from arduino/rename-job
Use less ambiguous name for workflow job handling non-submission PRs
2 parents 050c83a + f3a91c6 commit fd1da64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manage-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
team_reviewers: |
376376
- arduino/team_tooling
377377
378-
request-review:
378+
not-submission:
379379
needs:
380380
- parse
381381
if: needs.parse.outputs.type != 'submission' # These request types can't be automatically approved.

0 commit comments

Comments
 (0)