-
-
Notifications
You must be signed in to change notification settings - Fork 2
37 lines (32 loc) · 1007 Bytes
/
commisery.yml
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
29
30
31
32
33
34
35
36
37
name: Commisery
on:
workflow_call:
pull_request:
types: [edited, opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# This workflow uses a third-party action.
# The existence of a `permissions` key denies all
# permissions except those explicitly specified.
permissions:
contents: read
pull-requests: write
issues: write
jobs:
commit-message:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
- name: Run Commisery
uses: tomtom-international/commisery-action@f830c46b56b05c427cb2b5b650d848bee1681c99 # v3.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
validate-pull-request: false
validate-pull-request-title-bump: false