Skip to content

Commit

Permalink
Change default branch name from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie authored Dec 9, 2020
1 parent 1c3a52d commit 063dacd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ A GitHub Action that closes issues whose titles include a date that's in the
past.

Dates are assumed to be in the format of `MM-DD-YY[YY]` where `-` could be any
delimeter. The year part is also ignored because why would you date something
before the year 2000?
delimeter.

## Usage

Expand All @@ -19,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close issues
uses: mxie/close-outdated-issues-action@master
uses: mxie/close-outdated-issues-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 063dacd

Please # to comment.