Merge branch 'main' into patch-1

This commit is contained in:
Andy McKay
2020-11-24 15:20:11 -08:00
committed by GitHub
2 changed files with 21 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Mark stale issues and pull requests
on:
schedule:
- cron: "21 4 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has become stale and will be closed automatically within a period of time. Sorry about that.'
stale-pr-message: 'This pull request has become stale and will be closed automatically within a period of time. Sorry about that.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-stale: 90
+1
View File
@@ -0,0 +1 @@
* @actions-experience @advanced-security-code-scanning