mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-04 16:17:07 +00:00
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:
@@ -3,10 +3,11 @@ on:
|
||||
deployment_status:
|
||||
|
||||
jobs:
|
||||
preview:
|
||||
e2eTests:
|
||||
if:
|
||||
github.event_name == 'deployment_status' &&
|
||||
github.event.deployment_status.state == 'success'
|
||||
name: Perform 2e2 tests
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user