We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c194bc7 commit a797d67Copy full SHA for a797d67
1 file changed
.github/workflows/pr-assigner.yaml
@@ -14,10 +14,11 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Assign reviewers using shared action
17
- uses: konflux-ci/release-service-automations/pr-assigner@5da461efb1b29e523d01989ee09758e85099bda8 # main
+ uses: seanconroy2021/release-service-automations/pr-assigner@auto-pr
18
with:
19
event-type: ${{ github.event.action }}
20
pr-number: ${{ github.event.pull_request.number }}
21
removed-assignee: ${{ github.event.action == 'unassigned' && github.event.assignee.login || '' }}
22
github-token: ${{ secrets.PR_ASSIGNER_PAT_TOKEN }}
23
slack-webhook: ${{ secrets.PR_ASSIGNER_SLACK_WEBHOOK }}
24
+ pto-calendar-url: ${{ secrets.PTO_CALENDAR_URL }}
0 commit comments