Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Aug 18, 2023
1 parent 2978d2e commit 978610f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/choose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '0 17 * * 5'
- cron: '0 14 * * 5'
workflow_dispatch:
branches: [ main ]
pull_request:
Expand Down Expand Up @@ -74,7 +74,8 @@ jobs:
> ${{ steps.vars.outputs.mla }}
**Merge this PR to apply selection.**
reviewers: ${{ fromJSON(vars.REVIEWERS) }}
reviewers: |
${{ fromJSON(vars.REVIEWERS) }}
- name: Enable PR Automerge
if: steps.paperpr.outputs.pull-request-operation == 'created'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
> ${{ steps.vars.outputs.mla }}
**Merge this PR to apply selection.**
reviewers: ${{ fromJSON(vars.REVIEWERS) }}
reviewers: |
${{ fromJSON(vars.REVIEWERS) }}
- name: Enable PR Automerge
if: steps.paperpr.outputs.pull-request-operation == 'created'
Expand Down

0 comments on commit 978610f

Please sign in to comment.