From 5140a9b882d6fa63c293025b341d5236ae9ae80b Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Thu, 19 Dec 2024 22:25:59 +0000 Subject: [PATCH 1/7] =?UTF-8?q?=F0=9F=92=AC=20-=20Files=20Synced=20|=20Run?= =?UTF-8?q?ner=20ID=20:=20141=20|=20=E2=9A=A1=20Triggered=20By=20fuelviews?= =?UTF-8?q?/github-workflow-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/open-ai-pr-description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/open-ai-pr-description.yml b/.github/workflows/open-ai-pr-description.yml index f801b1d..eefe69b 100644 --- a/.github/workflows/open-ai-pr-description.yml +++ b/.github/workflows/open-ai-pr-description.yml @@ -15,7 +15,7 @@ jobs: openai-pr-description: runs-on: ubuntu-22.04 # Run the job only if the actor is NOT Dependabot - if: ${{ !startsWith(github.actor, 'dependabot') } + if: ${{ !startsWith(github.actor, 'dependabot') }} steps: - uses: platisd/openai-pr-description@master with: From 6536ece4f59937c188925c09c3eba667890967ca Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Fri, 20 Dec 2024 01:15:12 +0000 Subject: [PATCH 2/7] =?UTF-8?q?=F0=9F=92=AC=20-=20Files=20Synced=20|=20Run?= =?UTF-8?q?ner=20ID=20:=20159=20|=20=E2=9A=A1=20Triggered=20By=20fuelviews?= =?UTF-8?q?/github-workflow-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 62c02ac..c6a2af1 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -40,6 +40,7 @@ jobs: WITH_V: true RELEASE_BRANCHES: main BRANCH_HISTORY: last + PRE_RELEASE: 'true' - name: Generate Release Notes id: generate_release_notes From 96d258b537e0d52f1adf51bcd88ec5cdfb1d1b56 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Fri, 20 Dec 2024 16:55:36 +0000 Subject: [PATCH 3/7] =?UTF-8?q?=F0=9F=92=AC=20-=20Files=20Synced=20|=20Run?= =?UTF-8?q?ner=20ID=20:=20172=20|=20=E2=9A=A1=20Triggered=20By=20fuelviews?= =?UTF-8?q?/github-workflow-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c6a2af1..d6ee647 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -40,7 +40,6 @@ jobs: WITH_V: true RELEASE_BRANCHES: main BRANCH_HISTORY: last - PRE_RELEASE: 'true' - name: Generate Release Notes id: generate_release_notes @@ -78,16 +77,17 @@ jobs: with: latest-version: ${{ steps.bump_version.outputs.new_tag }} release-notes: ${{ steps.generate_release_notes.outputs.body }} + path-to-changelog: "CHANGELOG.md" - - name: Commit updated CHANGELOG + - name: Amend updated CHANGELOG env: GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }} run: | git config user.name "fuelviews-app[bot]" git config user.email "fuelviews-app[bot]@users.noreply.github.com" git add CHANGELOG.md - git commit -m "Chore: update changelog for ${{ steps.bump_version.outputs.new_tag }} [skip ci]" - git push origin main + git commit --amend --no-edit + git push origin main --force - name: Release id: release From 1bfb885a141cc2ec1b839f9dfed2d598edfce240 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Fri, 20 Dec 2024 17:10:00 +0000 Subject: [PATCH 4/7] =?UTF-8?q?=F0=9F=92=AC=20-=20Files=20Synced=20|=20Run?= =?UTF-8?q?ner=20ID=20:=20173=20|=20=E2=9A=A1=20Triggered=20By=20fuelviews?= =?UTF-8?q?/github-workflow-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/issue_template/bug.yml | 66 ++++++++++++++++++++++++++++++ .github/workflows/php-cs-fixer.yml | 28 +++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 .github/issue_template/bug.yml create mode 100644 .github/workflows/php-cs-fixer.yml diff --git a/.github/issue_template/bug.yml b/.github/issue_template/bug.yml new file mode 100644 index 0000000..fe4cfe6 --- /dev/null +++ b/.github/issue_template/bug.yml @@ -0,0 +1,66 @@ +name: Bug Report +description: Report an Issue or Bug with the Package +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + We're sorry to hear you have a problem. Can you help us solve it by providing the following details. + - type: textarea + id: what-happened + attributes: + label: What happened? + description: What did you expect to happen? + placeholder: I cannot currently do X thing because when I do, it breaks X thing. + validations: + required: true + - type: textarea + id: how-to-reproduce + attributes: + label: How to reproduce the bug + description: How did this occur, please add any config values used and provide a set of reliable steps if possible. + placeholder: When I do X I see Y. + validations: + required: true + - type: input + id: package-version + attributes: + label: Package Version + description: What version of our Package are you running? Please be as specific as possible + placeholder: 2.0.0 + validations: + required: true + - type: input + id: php-version + attributes: + label: PHP Version + description: What version of PHP are you running? Please be as specific as possible + placeholder: 8.2.0 + validations: + required: true + - type: input + id: laravel-version + attributes: + label: Laravel Version + description: What version of Laravel are you running? Please be as specific as possible + 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: + label: Notes + description: Use this field to provide any other notes that you feel might be relevant to the issue. + validations: + required: false diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml new file mode 100644 index 0000000..684ae9d --- /dev/null +++ b/.github/workflows/php-cs-fixer.yml @@ -0,0 +1,28 @@ +name: Check & Fix Styling + +on: + workflow_dispatch: + + pull_request: + branches: + - main + +jobs: + php-cs-fixer: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref }} + + - name: Run PHP CS Fixer + uses: docker://oskarstark/php-cs-fixer-ga + with: + args: --config=.php-cs-fixer.dist.php --allow-risky=yes + + - name: Commit changes + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: Fix styling From f1ffc23c4030e0344db309f7ee06debd98579471 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Fri, 20 Dec 2024 17:31:34 +0000 Subject: [PATCH 5/7] =?UTF-8?q?=F0=9F=92=AC=20-=20Files=20Synced=20|=20Run?= =?UTF-8?q?ner=20ID=20:=20174=20|=20=E2=9A=A1=20Triggered=20By=20fuelviews?= =?UTF-8?q?/github-workflow-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 2 +- .github/workflows/dependabot-auto-merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index d6ee647..b10b462 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -1,4 +1,4 @@ -name: Auto Tag and Release +name: Auto Release on: workflow_dispatch: diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index f0d56b3..ed266f4 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -1,4 +1,4 @@ -name: Dependabot Auto-merge +name: Dependabot Auto Merge on: workflow_dispatch: From efe3041421b5457b14ffe5bf2e9912979364eda9 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Fri, 20 Dec 2024 18:45:44 +0000 Subject: [PATCH 6/7] =?UTF-8?q?=F0=9F=92=AC=20-=20Files=20Synced=20|=20Run?= =?UTF-8?q?ner=20ID=20:=20175=20|=20=E2=9A=A1=20Triggered=20By=20fuelviews?= =?UTF-8?q?/github-workflow-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/php-cs-fixer.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 684ae9d..679c9d1 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -7,6 +7,9 @@ on: branches: - main +permissions: + contents: write + jobs: php-cs-fixer: runs-on: ubuntu-latest From 71bed77825ac444c65ac60fe47ffc785049a58a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:56:58 -0500 Subject: [PATCH 7/7] Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#30) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/php-cs-fixer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 679c9d1..132342c 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -26,6 +26,6 @@ jobs: args: --config=.php-cs-fixer.dist.php --allow-risky=yes - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix styling