[Bug]: Problem in buttons switching from light to dark mode and vice-versa. #17
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: '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. |