Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ooliver1/triagecat
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed May 21, 2022
2 parents f254120 + 23b3be5 commit da61623
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.1
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -52,6 +52,6 @@ jobs:
run: pnpm run test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info,./coverage/clover.xml
2 changes: 1 addition & 1 deletion .github/workflows/pain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: ooliver1/triagecat@master
with:
TOKEN: ${{ secrets.PAT }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit da61623

Please sign in to comment.