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 2b86d41 commit ac48607Copy full SHA for ac48607
.github/workflows/title-checker.yml
@@ -1,14 +1,18 @@
1
name: Title
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types:
6
- opened
7
- edited
8
- reopened
9
- synchronize
10
- ready_for_review
11
12
+permissions:
13
+ pull-requests: write
14
+ contents: read
15
+
16
jobs:
17
Check:
18
uses: Laravel-Lang/.github/.github/workflows/title-checker.yml@main
0 commit comments