Bump mio from 0.8.5 to 0.8.11 #123
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Compulify CLA Bot" | |
on: | |
issue_comment: | |
types: [created] | |
pull_request_target: | |
types: [opened,closed,synchronize] | |
jobs: | |
CLAAssistant: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Computelify CLA Bot" | |
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' | |
uses: contributor-assistant/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | |
with: | |
path-to-signatures: 'cla_signatures.json' | |
path-to-document: 'https://github.com/xertai/community/blob/main/CLA.md' | |
branch: 'main' | |
allowlist: user1,bot* | |
signed-commit-message: 'For example: $contributorName has signed the Computelify CLA in #$pullRequestNo' | |
custom-notsigned-prcomment: 'Welcome to a XertAI project! XertAI is managed by Computelify. To ensure your work is properly protected, we ask that you sign the Computelify CLA.' | |
custom-allsigned-prcomment: 'PogChamp! Thank you for signing the Computelify CLA **ALL CONTRIBUTORS HAVE SIGNED CLA**' | |
remote-organization-name: xertai | |
remote-repository-name: signatures |