diff --git a/.github/workflows/dependency-updates-summary.yml b/.github/workflows/dependency-updates-summary.yml index 145064a5..daeddaf7 100644 --- a/.github/workflows/dependency-updates-summary.yml +++ b/.github/workflows/dependency-updates-summary.yml @@ -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' diff --git a/.github/workflows/issue-spam-control.yml b/.github/workflows/issue-spam-control.yml index f1386f02..3032a042 100644 --- a/.github/workflows/issue-spam-control.yml +++ b/.github/workflows/issue-spam-control.yml @@ -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]