Skip to content

Commit

Permalink
chore: adjust stale action and fix issue template typo (ethereum-opti…
Browse files Browse the repository at this point in the history
…mism#171)

Co-authored-by: welkin22 <[email protected]>
  • Loading branch information
owen-reorg and welkin22 authored Apr 1, 2024
1 parent ea04d49 commit 666140a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Network: `mainnet`/`testnet`/`local`

if you are running a local node, please provide the following information:
op-node version: `op-node version`
op-geth version: `op-node -v`
op-geth version: `op-geth -v`
OS & Version: Windows/Linux/OSX

#### Expected behaviour
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
steps:
- uses: actions/stale@v4
with:
stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
close-issue-message: 'The issue is closed due to long inactivity. You can reopen it for further questions or comments.'
stale-issue-label: 'S-stale'
exempt-pr-labels: exempt-stale
days-before-issue-stale: 999
days-before-pr-stale: 14
days-before-pr-stale: 999
days-before-issue-stale: 14
days-before-close: 5
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 666140a

Please sign in to comment.