Skip to content

[Bug]: Problem in buttons switching from light to dark mode and vice-versa. #17

[Bug]: Problem in buttons switching from light to dark mode and vice-versa.

[Bug]: Problem in buttons switching from light to dark mode and vice-versa. #17

Workflow file for this run

name: 'Issue Lockdown'
on:
issues:
types: opened
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v3 # Reference: https://github.com/dessant/repo-lockdown
with:
close-issue: false
process-only: 'issues'
issue-labels: '🔒 locked'
exclude-issue-labels: '🚀 ready'
skip-closed-issue-comment: true
issue-comment: >
To reduce notifications, issues are locked. Your issue will be unlocked when we will add label as `🏁 status: ready for dev`. Check out the [contributing guide](https://github.com/PriyansuMaurya/AI-Fusion/blob/main/CONTRIBUTING.md) for more information.