Skip to content

Commit a797d67

Browse files
test
Signed-off-by: Sean Conroy <sconroy@redhat.com>
1 parent c194bc7 commit a797d67

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-assigner.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Assign reviewers using shared action
17-
uses: konflux-ci/release-service-automations/pr-assigner@5da461efb1b29e523d01989ee09758e85099bda8 # main
17+
uses: seanconroy2021/release-service-automations/pr-assigner@auto-pr
1818
with:
1919
event-type: ${{ github.event.action }}
2020
pr-number: ${{ github.event.pull_request.number }}
2121
removed-assignee: ${{ github.event.action == 'unassigned' && github.event.assignee.login || '' }}
2222
github-token: ${{ secrets.PR_ASSIGNER_PAT_TOKEN }}
2323
slack-webhook: ${{ secrets.PR_ASSIGNER_SLACK_WEBHOOK }}
24+
pto-calendar-url: ${{ secrets.PTO_CALENDAR_URL }}

0 commit comments

Comments
 (0)