Fixed to viewport via layout's inFront only allows a single element #224
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
name: "Label issue from body keyword" | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Naturalclar/issue-action@v1.0.0 | |
with: | |
keywords: '["https://ellie-app.com/"]' | |
labels: '["has-ellie"]' | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |