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 44387d5 commit acf39a0
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@d2dafdbe796ae02edc464ee3361be1483408c24d
uses: roblox/cla-signature-bot@26b681856902e0cb0ffb385192a4d0021919a8a4
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@d2dafdbe796ae02edc464ee3361be1483408c24d
uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@26b681856902e0cb0ffb385192a4d0021919a8a4
with:
whitelist: "cliffchapmanrbx"
use-remote-repo: true
Expand Down

0 comments on commit acf39a0

Please sign in to comment.