Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rgychiu committed Nov 17, 2023
1 parent 694f637 commit ebf2ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clabot-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebf2ac4

Please sign in to comment.