src/drt/src/global.h is very generic; rename #509
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: First-Time Contributor Bot | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| jobs: | |
| greet: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - name: Greet First-Time Contributor | |
| uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: | | |
| Welcome to OpenROAD! Thanks for opening your first issue. | |
| To get started: | |
| - Build Instructions: https://openroad.readthedocs.io/en/latest/contrib/BuildWithCMake.html | |
| - Contribution Guide: https://openroad.readthedocs.io/en/latest/contrib/contributing.html | |
| Please search existing issues before submitting to avoid duplicates. | |
| A maintainer will get back to you soon! | |
| pr-message: | | |
| Welcome to OpenROAD! Thanks for opening your first PR. | |
| Before we review: | |
| - Contribution Guide: https://openroad.readthedocs.io/en/latest/contrib/contributing.html | |
| - Build Instructions: https://openroad.readthedocs.io/en/latest/contrib/BuildWithCMake.html | |
| Please ensure: | |
| - CI passes | |
| - Code is properly formatted | |
| - Tests are included where applicable | |
| A maintainer will review shortly! |