Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/github.com/openconta…
Browse files Browse the repository at this point in the history
…iners/runc-1.1.5
  • Loading branch information
chuckyz authored Feb 2, 2024
2 parents c850d8a + 15d1425 commit e0b98fb
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/clabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,10 @@ on:
types: [opened,closed,synchronize]

jobs:
clabot:
runs-on: ubuntu-latest
if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment'
steps:
- name: "CLA Signature Bot"
uses: roblox/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
whitelist: "shishir-a412ed,Squidcod"
use-remote-repo: true
remote-repo-name: "roblox/cla-bot-store"
remote-repo-pat: ${{ secrets.CLA_REMOTE_REPO_PAT }}
url-to-cladocument: "https://roblox.github.io/cla-bot-store/"
call-clabot-workflow:
uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@master
with:
whitelist: "shishir-a412ed,Squidcod"
use-remote-repo: true
remote-repo-name: "roblox/cla-bot-store"
secrets: inherit

0 comments on commit e0b98fb

Please sign in to comment.