🐛 Results are often prefixed with localhost:port
which result in 404
#1051
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: "lock/unlock issue" | |
on: | |
issues: | |
types: labeled | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@v4 | |
with: | |
process-only: issues |