Skip to content

Commit 18c9c90

Browse files
Dmitri Paldpal
Dmitri Pal
authored andcommitted
chore: add shared commisery workflow
Signed-off-by: Dmitri Pal <[email protected]>
1 parent a9c2313 commit 18c9c90

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/commisery.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Commisery
2+
on:
3+
pull_request:
4+
types: [edited, opened, synchronize, reopened]
5+
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
issues: write
10+
11+
jobs:
12+
commit-message:
13+
uses: enarx/.github/.github/workflows/commisery.yml@main

0 commit comments

Comments
 (0)