Skip to content

Proposal for Minimal Relay #100

Proposal for Minimal Relay

Proposal for Minimal Relay #100

Workflow file for this run

name: RFC action
on:
issue_comment:
types: [created]
permissions: write-all
jobs:
rfc-action:
name: Handle an RFC-related command
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/rfc') }}
runs-on: ubuntu-latest
steps:
- uses: paritytech/rfc-action@c8b00e2264712a7093a5b64c6ffd2298b49d41cf # v0.0.4
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}