Skip to content

Commit

Permalink
fix(release): add option to milestone for release process (#535)
Browse files Browse the repository at this point in the history
Co-authored-by: Megan Wolf <97549300+meganwolf0@users.noreply.github.com>
Co-authored-by: Andy Mills <61879371+CloudBeard@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 16, 2024
1 parent c276fdd commit 6fe64d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: PR Title Check
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
# milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
types: [milestoned, opened, reopened, synchronize]

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
types: [milestoned, opened, reopened, synchronize]

jobs:
test:
Expand Down

0 comments on commit 6fe64d8

Please sign in to comment.