Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #37

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #37

Workflow file for this run

name: RFC action
on:
issue_comment:
types: [created]
permissions:
pull-requests: write
contents: write
jobs:
rfc-action:
name: Handle an RFC command
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/rfc') }}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: paritytech/rfc-action@main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}