diff --git a/.github/ISSUE_TEMPLATE/docs-enhancement.yml b/.github/ISSUE_TEMPLATE/docs-enhancement.yml index 3a649ca..a366faf 100644 --- a/.github/ISSUE_TEMPLATE/docs-enhancement.yml +++ b/.github/ISSUE_TEMPLATE/docs-enhancement.yml @@ -1,6 +1,6 @@ name: Docs Enhancement description: Create a report to help us improve this project! -title: 'documentation: ' +title: 'docs: ' labels: - documentation assignees: @@ -15,7 +15,7 @@ body: id: describe attributes: label: Describe - description: Describe your enhancements! + description: Describe your enhancement! placeholder: Awesome enhancement validations: required: true diff --git a/.github/workflows/dependabot-auto-merge-pull-request.yml b/.github/workflows/dependabot-auto-merge-pull-request.yml index f5eabdd..b46803a 100644 --- a/.github/workflows/dependabot-auto-merge-pull-request.yml +++ b/.github/workflows/dependabot-auto-merge-pull-request.yml @@ -25,13 +25,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Approve - run: gh pr review --approve "$PR_URL" - env: - PR_URL: ${{ github.event.pull_request.html_url }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Auto Merge + - name: Merge run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{ github.event.pull_request.html_url }} diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 8d9810c..66f6b6f 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -41,4 +41,4 @@ jobs: run: npm ci - name: Lint - run: npm run lint:eslint --no-error-on-unmatched-pattern + run: npm run lint:ts diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index c950ec8..c1d3637 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -41,4 +41,4 @@ jobs: run: npm ci - name: Lint - run: npm run lint:remark + run: npm run lint:markdown diff --git a/.github/workflows/semantic-pull-request-title.yml b/.github/workflows/semantic-pull-request-title.yml index f3992e7..0444dce 100644 --- a/.github/workflows/semantic-pull-request-title.yml +++ b/.github/workflows/semantic-pull-request-title.yml @@ -24,7 +24,7 @@ jobs: with: subjectPattern: ^(?![A-Z]).+$ subjectPatternError: | - The subject "{subject}" found in the pull request title "{title}" + The subject '{subject}' found in the Pull Request title '{title}' didn't match the configured pattern. Please ensure that the subject doesn't start with an uppercase character. env: