Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
/ shame_bot Public archive

A Github action that shames PR's that are open longer than a week

Notifications You must be signed in to change notification settings

everphone-gmbh/shame_bot

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shame_bot

A Github action that shames PR's that are open longer than a week

usage

name: Shame Bot

on:
  schedule:
    - cron: "0 6 * * *"

jobs:
  shame:
    name: Shame Old PRs
    runs-on: ubuntu-latest
    steps:
      - name: shame old prs
        uses: everphone-gmbh/shame_bot@v1
        env:
          GITHUB_TOKEN: ${{ github.token }}

About

A Github action that shames PR's that are open longer than a week

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors