You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# pull_request_target trigger is used instead of pull_request so the token will have the write permissions needed to comment and merge.
8
-
# Note that this means the version of the workflow from the PR base ref will be used as opposed to the head ref, as is the case with pull_request triggered workflows.
7
+
# pull_request_target trigger is used instead of pull_request so the token will have the write permissions needed to
8
+
# comment and merge.
9
+
# Note that this means the version of the workflow from the PR base ref will be used as opposed to the head ref, as is
# It's necessary to reference both pull_request.number and issue.number because only one of the two are defined depending on whether the workflow is triggered by PR or comment event.
58
+
# It's necessary to reference both pull_request.number and issue.number because only one of the two are
59
+
# defined depending on whether the workflow is triggered by PR or comment event.
Hi @${{ github.actor }}. Your pull request has been detected as something other than a Library Manager submission. A maintainer will need to review it before it can be merged.
348
+
Hi @${{ github.actor }}.
349
+
Your pull request has been detected as something other than a Library Manager submission.
350
+
A maintainer will need to review it before it can be merged.
327
351
328
352
If you intended to submit a library, please check the instructions and update your pull request if necessary:
0 commit comments