Skip to content

Commit

Permalink
fix: dependabot changeset gh actions (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Jul 3, 2024
1 parent 90f0f05 commit 1cb93b4
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/dependabot-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ on:
types: [opened, synchronize, labeled]

jobs:
changeset:
renovate:
name: Update Dependabot PR
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/[email protected]
- name: Update PR
uses: mscharley/[email protected]
with:
fetch-depth: 0

- name: Create/Update Changesets
uses: "the-guild-org/[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
use-conventional-commits: false
author-name: GitHub Action
author-email: [email protected]

0 comments on commit 1cb93b4

Please sign in to comment.