File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 2222 issue_number: context.issue.number,
2323 owner: context.repo.owner,
2424 repo: context.repo.repo,
25- body: `### ๐๐๐ฎ *Autumn Skies and Pumpkin Pies!* ๐ฅงโ๐
26- Stand by! A green dinosaur ๐ฆ will arrive shortly to assist.`
25+ body: `### ๐๐๐ฎ *OOF: Back on Monday, 12/2* ๐ฅงโ๐
26+ Stand by! We're out of the office for the Thanksgiving holiday ๐ฆ.
27+
28+ A green dinosaur ๐ฆ will be back on Monday (12/2) to assist.`
2729 })
2830 await github.rest.issues.addLabels({
2931 issue_number: context.issue.number,
Original file line number Diff line number Diff line change 1+ name : PR processing
2+ on :
3+ pull_request :
4+ types :
5+ [review_requested]
6+ jobs :
7+ process-blazor-pr :
8+ if : ${{ github.event.requested_reviewer.login == 'guardrex' }}
9+ runs-on : ubuntu-latest
10+ permissions :
11+ issues : write
12+ steps :
13+ - uses : actions/github-script@v6
14+ with :
15+ script : |
16+ await github.rest.issues.createComment({
17+ issue_number: context.issue.number,
18+ owner: context.repo.owner,
19+ repo: context.repo.repo,
20+ body: `### ๐๐๐ฎ *OOF: Back on Monday, 12/2* ๐ฅงโ๐
21+ Stand by! We're out of the office for the Thanksgiving holiday ๐ฆ.
22+
23+ A green dinosaur ๐ฆ will be back on Monday (12/2) to assist.`
24+ })
You canโt perform that action at this time.
0 commit comments