Skip to content

Commit

Permalink
Merge pull request #72 from snakemake/feat/CI_updates
Browse files Browse the repository at this point in the history
feat: adding the need for conventional commits to our CI
  • Loading branch information
mptrsen authored May 3, 2024
2 parents 0950f6f + bae08ff commit 4daa01c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize

jobs:
title-format:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16 changes: 16 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- main

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: go
package-name: <repo>

0 comments on commit 4daa01c

Please sign in to comment.