From f50e9c26c822f496e49aae2ae6611a00fec6f377 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Tue, 24 Oct 2023 14:28:31 +0200 Subject: [PATCH] Update rfc-action to v0.0.5 (#40) It changes the merging method from REST github API to graphql, which contains more information when failing. --- .github/workflows/rfc-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rfc-action.yml b/.github/workflows/rfc-action.yml index 0658ed152..a4e000150 100644 --- a/.github/workflows/rfc-action.yml +++ b/.github/workflows/rfc-action.yml @@ -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 }}