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 621f02c commit ab70d43Copy full SHA for ab70d43
.github/workflows/commitlint.yml
@@ -1,5 +1,7 @@
1
name: Lint Commit Messages
2
on: [pull_request]
3
+permissions:
4
+ contents: read
5
6
jobs:
7
commitlint:
.github/workflows/main.yml
@@ -1,4 +1,6 @@
name: CI
# Automatically cancel outdated runs for the same PR/branch:
# https://stackoverflow.com/a/72408109
0 commit comments