Skip to content

Commit 6d32ee3

Browse files
build: ensure semantic pr titles (#207)
* build: ensure semantic pr titles resolves #179 * fix: use commit hash instead of version Co-authored-by: Piotr P. Karwasz <piotr.github@karwasz.org> --------- Co-authored-by: Piotr P. Karwasz <piotr.github@karwasz.org>
1 parent 8925c06 commit 6d32ee3

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/semantic-pr.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: "Semantic PR"
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
main:
15+
name: Semantic PR title
16+
permissions:
17+
pull-requests: read
18+
statuses: write
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # 5.5.3
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)