Skip to content

Bump micromatch in the npm_and_yarn group across 1 directory #166

Bump micromatch in the npm_and_yarn group across 1 directory

Bump micromatch in the npm_and_yarn group across 1 directory #166

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}