ci: add stale theme pull request closer action push (#2067)

This commit adds the `stale-theme-pr-closer` closer action. This action
is used to close theme pull requests with an `invalid` label that has
been stale for a given number of `STALE_DAYS`.
This commit is contained in:
Rick Staa
2022-10-02 11:05:13 +02:00
committed by GitHub
parent 986070a597
commit b8faef6857
10 changed files with 242 additions and 43 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
name: Test
on:
push:
branches:
@@ -10,6 +9,7 @@ on:
jobs:
build:
name: Perform tests
runs-on: ubuntu-latest
strategy:
matrix: