Ghosttext in Zen Browser (Firefox) open VS Code, but not the content #326
This file contains hidden or 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
env: {} | |
# FILE GENERATED WITH: npx ghat fregante/title-to-labels-action/workflow | |
# SOURCE: https://github.com/fregante/title-to-labels-action | |
name: Labeler | |
on: | |
pull_request: | |
types: [opened, edited] | |
issues: | |
types: [opened, edited] | |
jobs: | |
Label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: fregante/title-to-labels-action@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |