summaryrefslogtreecommitdiffstats
path: root/.github/workflows/formal.yml
blob: bd54a0d5d190aa2e8cf2d4cefdbc1900653b0dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Test Formalities

on:
  pull_request_target:

permissions:
  contents: read
  pull-requests: write

jobs:
  formalities:
    name: Test Formalities
    runs-on: ubuntu-slim

    steps:
      - name: Run HyperStickler
        uses: georgesapkin/hyperstickler@v1
        with:
          check_branch: false
          check_signoff: true
          exclude_weblate: true
          feedback_url: 'https://github.com/openwrt/actions-shared-workflows/issues'
          guideline_url: 'https://openwrt.org/submitting-patches#submission_guidelines'
          job_step: 2
          max_subject_len_soft: 60
          max_subject_len_hard: 80
          post_comment: true
          warn_on_no_modify: true