Skip to content

Commit

Permalink
Merge pull request #7 from wayfair/move-ci-workflows
Browse files Browse the repository at this point in the history
Move workflows to CI folder
  • Loading branch information
lelia authored Apr 19, 2022
2 parents 0be18f6 + 335a56e commit ff252fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Identify and close stale issues and pull requests
name: stale

on:
on: # Identify and close stale issues / pull requests
schedule:
- cron: "0 0 * * 0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OSPO Automation

[![Release](https://img.shields.io/badge/release-v0.0.2-blue.svg)](CHANGELOG.md)
[![Lint](https://github.com/wayfair/ospo-automation/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/wayfair/ospo-automation/actions/workflows/lint.yml)
[![Lint](https://github.com/wayfair/ospo-automation/actions/workflows/ci/lint.yml/badge.svg?branch=main)](https://github.com/wayfair/ospo-automation/actions/workflows/ci/lint.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![Maintainer](https://img.shields.io/badge/Maintainer-Wayfair-7F187F)](https://wayfair.github.io)
Expand Down

0 comments on commit ff252fc

Please sign in to comment.