Skip to content

It sais that the mod is "deprecated and could stil be broken" in the tunderstore and does not work #444

It sais that the mod is "deprecated and could stil be broken" in the tunderstore and does not work

It sais that the mod is "deprecated and could stil be broken" in the tunderstore and does not work #444

Workflow file for this run

name: "CLA Signature Bot"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
jobs:
CLABot:
if: github.event_name == 'pull_request_target' || contains(github.event.comment.html_url, '/pull/')
runs-on: ubuntu-latest
steps:
- name: "CLA Signature Bot"
uses: roblox/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'signatures'
whitelist: 'xoxfaby'
path-to-signatures: 'cla.json'
url-to-cladocument: 'https://github.com/xoxfaby/BetterUI/blob/master/CLA.md'