Skip to content

Commit

Permalink
Create rfc-propose.yml (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Aug 31, 2023
1 parent c368187 commit be62793
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/rfc-propose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: RFC propose

on:
issue_comment:
types: [created]

permissions:
pull-requests: write

jobs:
rfc-propose:
name: Propose an RFC creation transaction
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/rfc-propose') }}
runs-on: ubuntu-latest
steps:
- uses: paritytech/rfc-propose@ae558a3c03f562362b78babdc72697f5f5fbb3af # v0.0.1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit be62793

Please sign in to comment.