From ebf2ac4a970d630a3caacea77739722af23c51be Mon Sep 17 00:00:00 2001 From: Roy Chiu Date: Fri, 17 Nov 2023 12:43:17 -0800 Subject: [PATCH] update --- .github/workflows/clabot-workflow.yml | 2 +- .github/workflows/clabot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clabot-workflow.yml b/.github/workflows/clabot-workflow.yml index a8d3fa3..74fc754 100644 --- a/.github/workflows/clabot-workflow.yml +++ b/.github/workflows/clabot-workflow.yml @@ -44,7 +44,7 @@ jobs: if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment' steps: - name: "Run CLA Bot" - uses: roblox/cla-signature-bot@c7f736eaf00432d5455c730d685924ced9a2795d + uses: roblox/cla-signature-bot@8d62fd563bdfc6230e752b810bdf7558c5561a7d env: GITHUB_TOKEN: ${{ github.token }} with: diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml index fece407..f3b85af 100644 --- a/.github/workflows/clabot.yml +++ b/.github/workflows/clabot.yml @@ -7,7 +7,7 @@ on: jobs: call-clabot-workflow: - uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@c7f736eaf00432d5455c730d685924ced9a2795d + uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@8d62fd563bdfc6230e752b810bdf7558c5561a7d with: whitelist: "cliffchapmanrbx" use-remote-repo: true