Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Merge branch 'main' into dependabot/npm_and_yarn/firebase-tools-13.7.2 #236

Merge branch 'main' into dependabot/npm_and_yarn/firebase-tools-13.7.2

Merge branch 'main' into dependabot/npm_and_yarn/firebase-tools-13.7.2 #236

Workflow file for this run

# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Clean Stale Requests
on: schedule:

Check failure on line 7 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- cron: '30 12 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Issue is stale, Will close soon.'
stale-pr-message: 'PR is stale, will close soon'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
close-issue-reason: 'wontfix' # This closes the issue with "won't fix" reason
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'