Support a Leading Icon for the Secondary Dropdown in the Nav Bar #445
This file contains 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: Comment on new Issue | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
issue-close-require: | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
if: ${{ github.actor != 'cjwinsor' && github.actor != 'coliff' && github.actor != 'egunther39' && github.actor != 'ElishaSamPeterPrabhu' && github.actor != 'enowak1031' && github.actor != 'mitch-trimble' && github.actor != 'msankaran0712' && github.actor != 'prashanth-offcl' && github.actor != 'prashanthr6383' && github.actor != 'rthanga1' && github.repository == 'trimble-oss/modus-web-components' }} | |
steps: | |
- name: awaiting reply | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'create-comment' | |
body: | | |
Hello @${{ github.event.issue.user.login }}! Thanks for opening an issue. The Modus core team will get back to you soon (usually within 24-hours) and provide guidance on how to proceed. Contributors are welcome to participate in the discussion and provide their input on how to best solve the issue, and even submit a PR if they want to. | |
Please wait until the issue is ready to be worked on before submitting a PR, or you can reach out to the core team if it is time bound. For trivial things, or bugs that don't change the expected behaviors and UI, you can go ahead and make a PR. |