mirror of https://github.com/Lissy93/dashy.git
🤖 Uses liss-bot token for comments, and updates code-doc
This commit is contained in:
parent
b2616ec65d
commit
6bb2bbb18b
|
@ -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'
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue