Skip to content

Commit

Permalink
Update rfc-action to v0.0.5 (#40)
Browse files Browse the repository at this point in the history
It changes the merging method from REST github API to graphql, which contains more information when failing.
  • Loading branch information
rzadp authored Oct 24, 2023
1 parent 58d7c0e commit f50e9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rfc-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
app_id: ${{ secrets.RFC_BOT_APP_ID }}
private_key: ${{ secrets.RFC_BOT_PRIVATE_KEY }}
- uses: paritytech/rfc-action@c8b00e2264712a7093a5b64c6ffd2298b49d41cf # v0.0.4
- uses: paritytech/rfc-action@58bf9d7446e85cf2a95a1600cb3616f90c3b3913 # v0.0.5
env:
GH_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit f50e9c2

Please sign in to comment.