Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
rgychiu committed Nov 17, 2023
1 parent 53ba9d2 commit 1909bf6
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@a47c9d3ca1a51231db4622192806ad6b805e8f6e
uses: roblox/cla-signature-bot@53ba9d29ad8c876bf37e101583b7c495ee3f2d8a
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@a47c9d3ca1a51231db4622192806ad6b805e8f6e
uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@53ba9d29ad8c876bf37e101583b7c495ee3f2d8a
with:
whitelist: "cliffchapmanrbx"
use-remote-repo: true
Expand Down

0 comments on commit 1909bf6

Please sign in to comment.