Skip to content

Commit 6cb0879

Browse files
feat: add workflow to review PRs labeled with GFI and Beginner
Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com> fix updated things Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com> fix Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com> fixs Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com> log remove not needed Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com> update Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com> fix Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com> fixs Signed-off-by: tech0priyanshu <priyanshuyadv101106@gmail.com>
1 parent b382836 commit 6cb0879

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Request triage review on beginner PRs
2+
3+
on:
4+
pull_request:
5+
types: [opened, labeled]
6+
7+
concurrency:
8+
group: triage-${{ github.event.pull_request.number }}
9+
cancel-in-progress: true
10+
11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
15+
jobs:
16+
request-triage:
17+
if: ${{ github.event.label.name == 'Good First Issue' || github.event.label.name == 'beginner'}}
18+
runs-on: [self-hosted, hl-sdk-py-lin-md]
19+
20+
steps:
21+
- name: Request triage review
22+
uses: thollander/actions-comment-pull-request@e4a76dd2b0a3c2027c3fd84147a67c22ee4c90fa # v3.0.1
23+
with:
24+
message: |
25+
Requesting triage review from: @hiero-ledger/hiero-sdk-python-triage
26+
comment-tag: execution

0 commit comments

Comments
 (0)