Skip to content

Changing color for the whole theme is not working #2

Changing color for the whole theme is not working

Changing color for the whole theme is not working #2

Workflow file for this run

name: 'Handle issue'
on:
issues:
types: [opened,reopened]
# ℹ️ Required by gh cli
env:
GH_TOKEN: ${{ github.token }}
jobs:
handle_new_issue:
if: github.event.action == 'opened'
runs-on: ubuntu-latest
name: Handle new issue
steps:
- name: Greet & Apply label
uses: themeselection/[email protected]
with:
message: |
### Hi [@${{ github.actor }}](https://github.com/${{ github.actor }}) <img src="https://user-images.githubusercontent.com/47495003/171637050-b790338b-c8fd-4807-af43-19c6fd6713ed.gif" height="25px" width="25px">
Thanks a lot for purchasing our theme and getting in touch with us.
Your support has been raised, our response time could be 1 - 2 business days.
In the meantime, feel free to check out related issues in the repository for more help.
We really appreciate your patience.
raise-support-using-form-msg: |
Thanks for creating an issue ☺️
It seems our [raise support](https://tools.themeselection.com/github/raise-support) form was skipped while creating this issue.
Please consider raising support via our support form only which will create issues using essential information we need to resolve your query quickly.
This will help in growing an excellent community, where:
- Other people can get it resolved if they have the same query
- We can easily understand your query
- Community at a later stage can also provide you solutions/suggestions
Closing this issue.
Regards.
- name: Find duplicates
uses: wow-actions/[email protected]
with:
GITHUB_TOKEN: ${{ github.token }}
label: duplicate
comment: >
Potential duplicates: {{#issues}}
- #{{ number }} _({{ accuracy }}% Match)_
{{/issues}}
remove_awaiting_reply_label:
if: github.event.action == 'reopened'
runs-on: ubuntu-latest
name: Remove Awaiting Reply Label
steps:
- run: gh issue edit --remove-label awaiting-reply --repo ${{ github.repository }}