-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #723 from GoogleChromeLabs/develop
v0.9.0
- Loading branch information
Showing
430 changed files
with
63,800 additions
and
24,250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Mark issues as stale. | ||
|
||
on: | ||
schedule: | ||
- cron: '44 20 * * *' | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v5 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
days-before-stale: 30 | ||
days-before-issue-close: 14 | ||
exempt-all-milestones: true | ||
only-labels: 'support' | ||
stale-issue-message: 'This issue has been marked as stale because there has been no activity in the past 30 days.' | ||
close-issue-message: 'This issue has been closed since there was no activity since it was marked as stale.' | ||
stale-issue-label: 'stale' | ||
remove-issue-stale-when-updated: true | ||
labels-to-remove-when-unstale: 'stale' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.