Custom Store Updater #15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: covector status | |
| on: [pull_request] | |
| permissions: | |
| # to write the comment | |
| pull-requests: write | |
| jobs: | |
| covector: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| with: | |
| fetch-depth: 0 # required for use of git history | |
| - name: covector status | |
| uses: jbolda/covector/packages/action@covector-v0 | |
| id: covector | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| command: "status" | |
| comment: true |