We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0faaa2a commit 3949dacCopy full SHA for 3949dac
1 file changed
.github/workflows/pr_title_checker.yml
@@ -22,8 +22,8 @@ jobs:
22
disable-sudo: true
23
egress-policy: audit
24
- name: Check PR title
25
- uses: thehanimo/pr-title-checker@v1.4.3
+ uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3
26
with:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
pass_on_octokit_error: false
29
- configuration_path: .github/workflows/pr-title-checker-config.json #(optional. defaults to .github/pr-title-checker-config.json)
+ configuration_path: .github/workflows/pr-title-checker-config.json
0 commit comments