Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
version:
name: draft versions
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-plan-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: >
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'pull_request'
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- name: checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/release-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,27 @@ name: release plan

on:
pull_request:
types: [opened, synchronize, reopened]
types: [opened, ready_for_review, reopened]
Comment thread
aryasaatvik marked this conversation as resolved.
paths:
- ".tegami/**"
- "package.json"
- "bun.lock"
- "scripts/check-public-packages.mts"
- "scripts/tegami.mts"
- "packages/better-auth/**"
- "packages/email-sdk/**"

permissions:
contents: read

concurrency:
group: release-plan-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
plan:
name: plan release
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- name: checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Expand Down
4 changes: 2 additions & 2 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading