mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🤖 Uses liss-bot token for comments, and updates code-doc
This commit is contained in:
parent
b2616ec65d
commit
6bb2bbb18b
2 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Yarn Lock Changes
|
- name: Yarn Lock Changes
|
||||||
uses: Simek/yarn-lock-changes@main
|
uses: Simek/yarn-lock-changes@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
collapsibleThreshold: '25'
|
collapsibleThreshold: '25'
|
||||||
failOnDowngrade: 'false'
|
failOnDowngrade: 'false'
|
||||||
path: 'yarn.lock'
|
path: 'yarn.lock'
|
||||||
|
|
|
||||||
2
.github/workflows/issue-spam-control.yml
vendored
2
.github/workflows/issue-spam-control.yml
vendored
|
|
@ -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:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened, reopened]
|
types: [opened, reopened]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue