Skip to content

Commit

Permalink
set to stable covector v0.12.0 (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda authored Jul 5, 2024
1 parent 39fc82c commit 93eddc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/covector-comment-on-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
(github.event.workflow_run.head_repository.full_name != github.repository || github.actor == 'dependabot[bot]')
steps:
- name: covector status
# note we are using the release branch temporarily awaiting a publish of these versions: https://github.com/jbolda/covector/pull/317
# those changes include updates to support commenting from forks
uses: jbolda/covector/packages/action@release
uses: jbolda/covector/packages/action@covector-v0
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: "status"
4 changes: 1 addition & 3 deletions .github/workflows/covector-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
with:
fetch-depth: 0
- name: covector status
# note we are using the release branch temporarily awaiting a publish of these versions: https://github.com/jbolda/covector/pull/317
# those changes include updates to support commenting from forks
uses: jbolda/covector/packages/action@release
uses: jbolda/covector/packages/action@covector-v0
with:
command: "status"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 93eddc3

Please sign in to comment.