Skip to content

Commit

Permalink
fix: runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cseas committed Dec 21, 2024
1 parent 25d941c commit 51b47f7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .changeset/soft-swans-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"blog": patch
---

fix: og image previews

## Summary by CodeRabbit

- **New Features**

- Introduced a changeset-based labeling mechanism for pull requests.
- Enhanced pull request template for clearer issue tracking and requirements.
- Added a new GitHub Actions workflow to enforce a checklist process for pull requests.
- Implemented a new workflow for automatic labeling of pull requests.

- **Improvements**

- Updated configuration for Next.js application to improve package handling.
- Enhanced metadata for social media sharing in post components.

- **Documentation**

- Updated titles and publication dates in documentation files for clarity.

- **Chores**
- Added a new configuration file for code formatting guidelines.
4 changes: 2 additions & 2 deletions .github/workflows/checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
detect:
name: Detect
runs-on: self-hosted
runs-on: ubuntu-latest
outputs:
checked: ${{ steps.detect.outputs.checked }}
unchecked: ${{ steps.detect.outputs.unchecked }}
Expand All @@ -37,7 +37,7 @@ jobs:
verify:
name: Verify
needs: [detect]
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Self-review
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
contents: read
pull-requests: write

runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- name: Add labels
Expand Down

0 comments on commit 51b47f7

Please sign in to comment.