mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7637 from ethereum/ChrisChinchilla-patch-3
Trial stale issue and PR action
This commit is contained in:
commit
72ef4242b6
17
.github/workflows/stale.yml
vendored
Normal file
17
.github/workflows/stale.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Mark stale pull requests
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
stale-pr-message: "A reminder that this pull request has had no activity for 14 days"
|
||||||
|
stale-pr-label: "no-pr-activity"
|
||||||
|
days-before-stale: 14
|
Loading…
Reference in New Issue
Block a user