Skip to content

Commit 8bdc27a

Browse files
authored
[docs] update docs_notify_assignees.yaml (#17576)
1 parent 8a1e54f commit 8bdc27a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs_notify_assignees.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
issues: write
1818
pull-requests: read
19-
runs-on: ubuntu-latest
19+
runs-on: [self-hosted, auto-provisioned, build-preset-analytic-node]
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.YDBOT_TOKEN }}
2222
steps:
@@ -53,5 +53,5 @@ jobs:
5353
owner: context.repo.owner,
5454
repo: context.repo.repo,
5555
issue_number: pr.number,
56-
body: `🔄 New commits pushed — ${assignees} please take another look.`
56+
body: `🔄 New commits pushed — ${assignees} please take a look.`
5757
});

0 commit comments

Comments
 (0)