Skip to content

Close Outdated Issues

Actions
Closes issues with past dates in the titles
v1.3.1
Latest
By mxie
Star (1)

close-outdated-issues-action

A GitHub Action that closes issues whose titles contain a date that has passed.

The following date formats are supported:

  • YYYY-MM-DD
  • YY-MM-DD

where,

  • the leading zero for MM and DD is optional to represent months January through September.
  • the separator (- in the examples) can be any character.

Usage

name: Check for past issues
on:
  schedule:
    - cron: 0 9 * * 5
jobs:
  run-action:
    runs-on: ubuntu-latest
    steps:
    - name: Close issues
      uses: mxie/close-outdated-issues-action@main    # replace `main` with release tag
      with:
        token: ${{ secrets.GITHUB_TOKEN }}

Close Outdated Issues is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Closes issues with past dates in the titles
v1.3.1
Latest
By mxie

Close Outdated Issues is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.