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.
2 parents 3c685a8 + d7787cc commit 631984fCopy full SHA for 631984f
.github/workflows/validate-description.yml
@@ -1,7 +1,10 @@
1
name: validate description
2
3
on:
4
- pull_request:
+ # pull_request_target is meant to run on bot commits.
5
+ # Do check out and run code from the pull request's head commit.
6
+ # It is suitable for this usecase as we are only looking at PR description.
7
+ pull_request_target:
8
types: [opened, synchronize, reopened, edited]
9
10
jobs:
0 commit comments