diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-16 21:16:35 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-16 21:16:35 +0000 |
commit | 4e8b8642588b13680b6dc68f017de885eebb422f (patch) | |
tree | 9662091ea34976b0954b1f852f0c7aa51fa096cd /.github/workflows/stale.yml | |
parent | e312fa44e2d5b98557c09606b58d3e92430074ba (diff) | |
parent | 5ccb2fd003a99f7a9d19e4742ddd3cd1d45aceb1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/stale.yml')
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8d24911dc7..50af8b0a04 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,8 +16,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - debug-only: true - remove-stale-when-updated: true exempt-draft-pr: true ascending: true |