Skip to content

Check for Stale Issues and Pull Requests #148

Check for Stale Issues and Pull Requests

Check for Stale Issues and Pull Requests #148

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.
#
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
# instead of the file in this repo.
#
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Check for Stale Issues and Pull Requests
on:
schedule:
# At 23:35 on every day-of-week from Sunday through Saturday
# https://crontab.guru/#35_23_*_*_0-6
- cron: '35 23 * * 0-6'
workflow_dispatch:
jobs:
check:

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

View workflow run for this annotation

GitHub Actions / Check for Stale Issues and Pull Requests

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 26, Col: 3): Error calling workflow 'microsoft/mu_devops/.github/workflows/[email protected]'. The nested job 'stale' is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
uses: microsoft/mu_devops/.github/workflows/[email protected]