[Bug] After upgrading to Firefox 133.0, the horizontal bar of tabs, which I've successfully hid with chrome.css, has reappeared #154
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: Clear needless "needs-triage" from closed issues | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
clear-needless-label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: andymckay/labeler@master | |
with: | |
remove-labels: "needs-triage" |