Merge pull request #54 from openSUSE/pr/53 #64
This file contains 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: Backlog Limits Checker Preview | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: ['main'] | |
workflow_dispatch: | |
permissions: | |
contents: write | |
jobs: | |
backlogger: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run the action implemented in this repo | |
uses: ./ | |
with: | |
config: queries.yaml | |
redmine_api_key: ${{ secrets.REDMINE_API_KEY }} | |
- uses: JamesIves/github-pages-deploy-action@v4 | |
with: | |
folder: gh-pages | |
clean-exclude: pr-preview |