We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c06db6 commit 7241b7bCopy full SHA for 7241b7b
.github/workflows/ci.yml
@@ -13,6 +13,9 @@ concurrency:
13
group: ci-${{ github.ref }}
14
cancel-in-progress: true
15
16
+permissions:
17
+ contents: read
18
+
19
jobs:
20
xcodebuild-latest:
21
name: xcodebuild (16)
.github/workflows/conventional-commits.yml
@@ -2,12 +2,16 @@
2
name: 'PR Title is Conventional'
3
4
on:
5
- pull_request_target:
+ pull_request:
6
types:
7
- opened
8
- edited
9
- synchronize
10
11
12
+ pull-requests: write
main:
name: Validate PR title
0 commit comments