From 82d5bfd997748ed2a5a72e9222367a1bf4256348 Mon Sep 17 00:00:00 2001 From: mchev Date: Sat, 10 Jun 2023 18:55:15 +0200 Subject: [PATCH] Simplify workflow --- .github/ISSUE_TEMPLATE/bug.yml | 10 ---------- .github/workflows/pint.yml | 23 ----------------------- 2 files changed, 33 deletions(-) delete mode 100644 .github/workflows/pint.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index fe4cfe6..4b8f798 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -47,16 +47,6 @@ body: placeholder: 9.0.0 validations: required: true - - type: dropdown - id: operating-systems - attributes: - label: Which operating systems does with happen with? - description: You may select more than one. - multiple: true - options: - - macOS - - Windows - - Linux - type: textarea id: notes attributes: diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml deleted file mode 100644 index c6ecb79..0000000 --- a/.github/workflows/pint.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: PHP Linting (Pint) -on: - workflow_dispatch: - push: - branches-ignore: - - 'dependabot/npm_and_yarn/*' -jobs: - phplint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 2 - - name: "laravel-pint" - uses: aglipanci/laravel-pint-action@0.1.0 - with: - preset: laravel - - - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: PHP Linting (Pint) - skip_fetch: true \ No newline at end of file