Revision 58b29392f85411eee98631ff30461254ff7bf595 authored by Nicholas Chammas on 15 December 2019, 14:42:16 UTC, committed by Sean Owen on 15 December 2019, 14:42:16 UTC
### What changes were proposed in this pull request?

This PR adds [a GitHub workflow to automatically close stale PRs](https://github.com/marketplace/actions/close-stale-issues).

### Why are the changes needed?

This will help cut down the number of open but stale PRs and keep the PR queue manageable.

### Does this PR introduce any user-facing change?

No.

### How was this patch tested?

I'm not sure how to test this PR without impacting real PRs on the repo.

See: https://github.com/actions/stale/issues/32

Closes #26877 from nchammas/SPARK-30173-stale-prs.

Authored-by: Nicholas Chammas <nicholas.chammas@gmail.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
1 parent a9fbd31
History
File Mode Size
slaves.sh -rwxr-xr-x 2.7 KB
spark-config.sh -rwxr-xr-x 1.4 KB
spark-daemon.sh -rwxr-xr-x 5.6 KB
spark-daemons.sh -rwxr-xr-x 1.2 KB
start-all.sh -rwxr-xr-x 1.2 KB
start-history-server.sh -rwxr-xr-x 1.7 KB
start-master.sh -rwxr-xr-x 2.0 KB
start-mesos-dispatcher.sh -rwxr-xr-x 1.8 KB
start-mesos-shuffle-service.sh -rwxr-xr-x 1.4 KB
start-slave.sh -rwxr-xr-x 3.1 KB
start-slaves.sh -rwxr-xr-x 1.5 KB
start-thriftserver.sh -rwxr-xr-x 2.0 KB
stop-all.sh -rwxr-xr-x 1.4 KB
stop-history-server.sh -rwxr-xr-x 1.0 KB
stop-master.sh -rwxr-xr-x 1.1 KB
stop-mesos-dispatcher.sh -rwxr-xr-x 1.2 KB
stop-mesos-shuffle-service.sh -rwxr-xr-x 1.1 KB
stop-slave.sh -rwxr-xr-x 1.5 KB
stop-slaves.sh -rwxr-xr-x 1.0 KB
stop-thriftserver.sh -rwxr-xr-x 1.0 KB

back to top