Skip to content

[BUG] [Linter] H026 False positive on data-id #798

[BUG] [Linter] H026 False positive on data-id

[BUG] [Linter] H026 False positive on data-id #798

Workflow file for this run

name: issue to project
on:
issues:
types: [labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign issues and with `bug` label to bugs project
uses: srggrs/[email protected]
if: contains(github.event.issue.labels.*.name, 'bug')
with:
project: https://github.com/Riverside-Healthcare/djLint/projects/1
column_name: Needs triage
- name: Assign issues and with `enhancement` label to enhancement project
uses: srggrs/[email protected]
if: contains(github.event.issue.labels.*.name, 'enhancement')
with:
project: https://github.com/Riverside-Healthcare/djLint/projects/2
column_name: Needs triage