mirror of
https://github.com/pezkuwichain/pezkuwi-fellows.git
synced 2026-04-28 19:08:04 +00:00
@@ -1,4 +1,4 @@
|
||||
name: RFC propose
|
||||
name: RFC action
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
@@ -6,13 +6,14 @@ on:
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
rfc-propose:
|
||||
name: Propose an RFC creation transaction
|
||||
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/rfc-propose') }}
|
||||
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-propose@ae558a3c03f562362b78babdc72697f5f5fbb3af # v0.0.1
|
||||
- uses: paritytech/rfc-action@f7f859cf3ef3e10a4a64289f59df74c71b8de54f # v0.0.2
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user