Skip to content

Commit

Permalink
remove Rob from issue triage (#14649)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger authored Nov 1, 2023
1 parent 3bb9fb6 commit fa0f3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assignIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
repo: context.repo.repo,
assignees: ['amunger']
})
- name: Tuesday (Rob)
- name: Tuesday (Aaron)
if: steps.proceed.outputs.result == 1 && (steps.day.outputs.number == 1 && steps.hour.outputs.hour >= 16) || (steps.day.outputs.number == 2 && steps.hour.outputs.hour < 16)
uses: actions/[email protected]
with:
Expand All @@ -101,7 +101,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
assignees: ['roblourens ']
assignees: ['amunger ']
})
- name: Wednesday (Don)
if: steps.proceed.outputs.result == 1 && (steps.day.outputs.number == 2 && steps.hour.outputs.hour >= 16) || (steps.day.outputs.number == 3 && steps.hour.outputs.hour < 16)
Expand Down

0 comments on commit fa0f3ef

Please sign in to comment.