Skip to content

Bump matchit from 0.7.3 to 0.8.4 #451

Bump matchit from 0.7.3 to 0.8.4

Bump matchit from 0.7.3 to 0.8.4 #451

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # write releases
pull-requests: read
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
update_pr_label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}