Skip to content

Commit e1f6a3f

Browse files
authored
Merge 22d8327 into e9353e5
2 parents e9353e5 + 22d8327 commit e1f6a3f

File tree

2 files changed

+16
-38
lines changed

2 files changed

+16
-38
lines changed

.github/pr-title-checker-config.json

-34
This file was deleted.

.github/workflows/pr-title-checker.yml

+16-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,20 @@ jobs:
1414
name: "🍀 Title Validation"
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: thehanimo/[email protected]
18-
with:
17+
- uses: amannn/[email protected]
18+
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
pass_on_octokit_error: false
21-
configuration_path: ".github/pr-title-checker-config.json"
20+
with:
21+
# If the PR contains one of these labels, the validation is skipped.
22+
# Multiple labels can be separated by newlines.
23+
# If you want to rerun the validation when labels change, you might want
24+
# to use the `labeled` and `unlabeled` event triggers in your workflow.
25+
ignoreLabels: |
26+
dont-check-PRs-with-this-label
27+
# For work-in-progress PRs you can typically use draft pull requests
28+
# from GitHub. However, private repositories on the free plan don't have
29+
# this option and therefore this action allows you to opt-in to using the
30+
# special "[WIP]" prefix to indicate this state. This will avoid the
31+
# validation of the PR title and the pull request checks remain pending.
32+
# Note that a second check will be reported if this is enabled.
33+
wip: true

0 commit comments

Comments
 (0)