Skip to content

Commit

Permalink
chore: add shared commisery workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitri Pal <[email protected]>
  • Loading branch information
Dmitri Pal authored and dpal committed Jan 31, 2023
1 parent a9bc70b commit dfc6c99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commisery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Commisery
on:
pull_request:
types: [edited, opened, synchronize, reopened]

permissions:
contents: read
pull-requests: write
issues: write

jobs:
commit-message:
uses: enarx/.github/.github/workflows/commisery.yml@main

0 comments on commit dfc6c99

Please sign in to comment.