Skip to content

Commit

Permalink
Merge pull request #6 from openSUSE/workflow
Browse files Browse the repository at this point in the history
Improve workflow
  • Loading branch information
Martchus authored Nov 8, 2022
2 parents ce50969 + 27cc25e commit 5584f19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backlogger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
backlogger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: kalikiana/backlogger@main
- uses: openSUSE/backlogger@main
with:
redmine_api_key: ${{ secrets.REDMINE_API_KEY }}
args: --reminder-comment-on-issues
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Backlog Limits Checker
# yamllint disable-line rule:truthy
name: Backlog Limits Checker Preview
concurrency: preview-${{ github.ref }}
# yamllint disable-line rule:truthy
on:
pull_request:
types:
Expand All @@ -16,8 +16,8 @@ jobs:
backlogger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: kalikiana/backlogger@main
- uses: actions/checkout@v3
- uses: openSUSE/backlogger@main
with:
redmine_api_key: ${{ secrets.REDMINE_API_KEY }}
- uses: rossjrw/pr-preview-action@v1
Expand Down

0 comments on commit 5584f19

Please sign in to comment.