Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/ws-8.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor authored Dec 4, 2024
2 parents f74e336 + cdbe440 commit b915a3a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Dependabot

on:
pull_request_target:
types: [opened, synchronize, labeled]
branches:
- 'dependabot/*'

jobs:
changeset:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Upsert changeset
uses: StafflinePeoplePlus/[email protected]
with:
owner: ${{ github.repository_owner }}
repo: markdown-to-jsx
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b915a3a

Please sign in to comment.