File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : First-Time Contributor Bot
2+
3+ on :
4+ issues :
5+ types : [opened]
6+ pull_request_target :
7+ types : [opened]
8+
9+ jobs :
10+ greet :
11+ runs-on : ubuntu-latest
12+ permissions :
13+ issues : write
14+ pull-requests : write
15+ steps :
16+ - name : Greet First-Time Contributor
17+ uses : actions/first-interaction@v1
18+ with :
19+ repo-token : ${{ secrets.GITHUB_TOKEN }}
20+ issue-message : |
21+ Welcome to OpenROAD! Thanks for opening your first issue.
22+ To get started:
23+ - Build Instructions: https://openroad.readthedocs.io/en/latest/contrib/BuildWithCMake.html
24+ - Contribution Guide: https://openroad.readthedocs.io/en/latest/contrib/contributing.html
25+
26+ Please search existing issues before submitting to avoid duplicates.
27+ A maintainer will get back to you soon!
28+ pr-message : |
29+ Welcome to OpenROAD! Thanks for opening your first PR.
30+ Before we review:
31+ - Contribution Guide: https://openroad.readthedocs.io/en/latest/contrib/contributing.html
32+ - Build Instructions: https://openroad.readthedocs.io/en/latest/contrib/BuildWithCMake.html
33+
34+ Please ensure:
35+ - CI passes
36+ - Code is properly formatted
37+ - Tests are included where applicable
38+ A maintainer will review shortly!
Original file line number Diff line number Diff line change 1+ name : PR Size Labeler
2+
3+ on :
4+ pull_request_target :
5+ types : [opened, synchronize]
6+
7+ jobs :
8+ label :
9+ runs-on : ubuntu-latest
10+ permissions :
11+ pull-requests : write
12+ steps :
13+ - name : Label PR Size
14+ uses : codelytv/pr-size-labeler@v1
15+ with :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17+ xs_label : size/XS
18+ xs_max_size : 10
19+ s_label : size/S
20+ s_max_size : 100
21+ m_label : size/M
22+ m_max_size : 500
23+ l_label : size/L
24+ l_max_size : 1000
25+ xl_label : size/XL
26+ fail_if_xl : false
You can’t perform that action at this time.
0 commit comments