Skip to content

Commit

Permalink
CI: Fix stagnant bot (#7551)
Browse files Browse the repository at this point in the history
* Fix stagnant bot

* Add EIP-Bot to ignoreDeps
  • Loading branch information
Pandapip1 authored Sep 1, 2023
1 parent f59a02f commit 045955d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"ignoreDeps": [
"Pandapip1/jekyll-label-action",
"ethereum/eipw-action",
"ethereum/eip-review-bot"
"ethereum/eip-review-bot",
"ethereum/EIP-Bot"
]
}
3 changes: 2 additions & 1 deletion .github/workflows/auto-stagnate-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
schedule:
# A job that runs every sunday at 00:00
- cron: '0 0 * * 0'
workflow_dispatch:

name: Auto Stagnant Bot
jobs:
Expand All @@ -17,7 +18,7 @@ jobs:
with:
node-version: '14'
- name: auto-stagnant-bot
uses: ethereum/EIP-Bot@fe4c395bd8bd1f006c353f9b04e694da890ad69a # mark-eips-stale
uses: ethereum/EIP-Bot@b3ac0ba3600aea27157fc68d1e36c08cc5a6db77 # mark-eips-stale
id: auto-stagnant-bot
with:
GITHUB-TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 045955d

Please sign in to comment.