- Add cleanup steps before bumping patch version in workflow #38
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: EkLine | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| test-pr-review: | |
| if: github.event_name == 'pull_request' | |
| name: runner / EkLine Reviewer (github-pr-review) | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: ekline-io/ekline-github-action@v6 | |
| with: | |
| content_dir: ./docs | |
| ek_token: ${{ secrets.ek_token }} | |
| github_token: ${{ secrets.github_token }} | |
| reporter: github-pr-review | |
| ignore_rule: "EK00010,EK00003" # Optional |