Skip to content

Commit

Permalink
Prepare for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlondero committed Apr 2, 2021
1 parent 74ba901 commit 54806df
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cleaner:
runs-on: ubuntu-latest
steps:
- uses: cargomedia/cleaner@main
- uses: cargomedia/cleaner@v1.0.0
with:
repository-token: ${{ secrets.PERSONAL_TOKEN }}
repository-name: 'foo'
Expand All @@ -43,7 +43,7 @@ jobs:
cleaner:
runs-on: ubuntu-latest
steps:
- uses: cargomedia/cleaner@main
- uses: cargomedia/cleaner@v1.0.0
with:
repository-token: ${{ secrets.PERSONAL_TOKEN }}
repository-name: 'foo'
Expand All @@ -62,7 +62,7 @@ jobs:
cleaner:
runs-on: ubuntu-latest
steps:
- uses: cargomedia/cleaner@main
- uses: cargomedia/cleaner@v1.0.0
with:
repository-token: ${{ secrets.PERSONAL_TOKEN }}
repository-name: 'foo'
Expand Down
205 changes: 203 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cleaner",
"version": "0.0.1",
"version": "v1.0.0",
"description": "Deletes old closed issues that had no activity for a specified amount of time",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 54806df

Please sign in to comment.