Add classnames-order rule to es-lint config rules on the frontend #317
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: Issue Trigger | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
Sort-Opened-Issue-Into-Columns: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checking out repo | |
uses: actions/checkout@v3 | |
- name: Move Issue | |
uses: 100Automations/[email protected] | |
with: | |
# required | |
config-file: "./.github/workflows/sortOpenedIssues/config.json" | |
myToken: ${{ secrets.GITHUB_TOKEN }} | |
# optional | |
default-column: 17121475 |