Skip to content

Some themes do not support tabbed lists #44

Some themes do not support tabbed lists

Some themes do not support tabbed lists #44

Workflow file for this run

name: Close invalid issues
on:
issues:
types: [labeled]
jobs:
close-issue:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Close issue
if: github.event.label.name == '❌ invalid' && !(contains(github.event.issue.body, 'F3X/Building Tools')) &&

Check failure on line 14 in .github/workflows/close_issues.yml

View workflow run for this annotation

GitHub Actions / Close invalid issues

Invalid workflow file

The workflow is not valid. .github/workflows/close_issues.yml (Line: 14, Col: 13): Unexpected end of expression: '&&'. Located at position 102 within expression: github.event.label.name == '❌ invalid' && !(contains(github.event.issue.body, 'F3X/Building Tools')) && .github/workflows/close_issues.yml (Line: 20, Col: 13): Unexpected end of expression: '&&'. Located at position 101 within expression: github.event.label.name == '❌ invalid' && (contains(github.event.issue.body, 'F3X/Building Tools')) &&
run: gh issue close --comment "This issue has been closed as invalid. Please look at our [contribution guide](https://github.com/Epix-Incorporated/Adonis/blob/master/CONTRIBUTING.md)" --reason "not planned" "1"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Close BTools issue
if: github.event.label.name == '❌ invalid' && (contains(github.event.issue.body, 'F3X/Building Tools')) &&
run: gh issue close --comment "We use F3X for our building tools system. Please [make an issue ticket](https://github.com/F3XTeam/RBX-Building-Tools/issues/new) on the F3X Team BTools repository." --reason "not planned" "1"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}