Skip to content

Conversation

MichaelDeBoey
Copy link
Contributor

Since we have .github/workflows/stale.yml

name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message:
'This issue has automatically been marked stale because there has
been no activity in a while. Please leave a comment if the issue has
not been resolved, or if it is not stale for any other reason. After
2 weeks, this issue will automatically be closed, unless a comment
is made or the stale label is removed.'
stale-issue-label: 'stale'
exempt-issue-label: '💥 Crash Report'
stale-pr-message:
'This PR has automatically been marked stale because there has been
no activity in a while. Please leave a comment if the issue has not
been resolved, or if it is not stale for any other reason. After 2
weeks, this issue will automatically be closed, unless a comment is
made or the stale label is removed.'
stale-pr-label: 'stale'
exempt-pr-label: '💥 Crash Report'
days-before-stale: 90
days-before-close: 15

@MichaelDeBoey MichaelDeBoey changed the title Delete stale.yml Delete .github/stale.yml Sep 18, 2020
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 0c22742:

Sandbox Source
Notifications Test Configuration

@lbogdan
Copy link
Contributor

lbogdan commented Sep 18, 2020

Build for latest commit 0c22742 is at https://pr4907.build.csb.dev/s/new.

@andrasbacsai andrasbacsai merged commit ce0652a into master Sep 21, 2020
@andrasbacsai andrasbacsai deleted the MichaelDeBoey-patch-1 branch September 21, 2020 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants