Coder Social home page Coder Social logo

forgotten-issue-finder's Introduction

Forgotten issue finder action

This action looks through the issues of a repo and finds any that have a merged PR referencing them. It outputs a list of issue links, which can be fed to a Slack message on a weekly/monthly cron job to make sure all issues that PRs have been made for are closed correctly.

Inputs

ignore-label

Issue label which can be used to mark issues to ignore them.

github-token

Optional Github token, defaults to use github.token from run context.

Outputs

issue-links

List of links that need to be checked.

Example usage

name: Find forgotten issues
on:
  schedule:
    - cron: "0 0 * * 1"

jobs:
  find-issues:
    runs-on: ubuntu-latest
    steps:
      - name: Find the issues
        id: forgotten-issue-finder
        uses: keabarnes/[email protected]
        with:
          ignore-label: "Cleanup: ignore"
      - name: Slack Notification
        uses: rtCamp/action-slack-notify@v2
        env:
          ...
          SLACK_MESSAGE: ${{ steps.forgotten-issue-finder.outputs.issue-list }}
          ...

forgotten-issue-finder's People

Contributors

keabarnes avatar

Watchers

 avatar  avatar

forgotten-issue-finder's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.