🤖 Uses liss-bot token for comments, and updates code-doc

This commit is contained in:
Alicia Sykes 2021-09-05 23:19:32 +01:00
parent b2616ec65d
commit 6bb2bbb18b
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Yarn Lock Changes
uses: Simek/yarn-lock-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN }}
collapsibleThreshold: '25'
failOnDowngrade: 'false'
path: 'yarn.lock'

View File

@ -1,3 +1,5 @@
# Will add a comment and close new issues opened by users that may be spam, or have not starred
# Is still a work in progress, will also detect if user has previous activity in repo and check when joined GH
on:
issues:
types: [opened, reopened]