From f4afa2882136d2371bf1045a22e31f0ce19b588b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:57:41 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/devto_publish_articles.yml | 2 +- .github/workflows/devto_pull_articles.yml | 2 +- .github/workflows/label_export.yml | 2 +- .github/workflows/qiita_publish_articles.yml | 2 +- .github/workflows/qiita_pull_articles.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/devto_publish_articles.yml b/.github/workflows/devto_publish_articles.yml index 603eb9d..23fbece 100644 --- a/.github/workflows/devto_publish_articles.yml +++ b/.github/workflows/devto_publish_articles.yml @@ -39,7 +39,7 @@ jobs: DEVTO_TOKEN: ${{ secrets.DEVTO_TOKEN }} DEVTO_REPO: mziyut/articles - run: yarn workspace devto format:fix - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: Publish articles delete-branch: true diff --git a/.github/workflows/devto_pull_articles.yml b/.github/workflows/devto_pull_articles.yml index 1e1c051..e6ecf58 100644 --- a/.github/workflows/devto_pull_articles.yml +++ b/.github/workflows/devto_pull_articles.yml @@ -29,7 +29,7 @@ jobs: DEVTO_TOKEN: ${{ secrets.DEVTO_TOKEN }} DEVTO_REPO: mziyut/articles - run: yarn workspace devto format:fix - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: Pull articles delete-branch: true diff --git a/.github/workflows/label_export.yml b/.github/workflows/label_export.yml index b39756d..452a5d0 100644 --- a/.github/workflows/label_export.yml +++ b/.github/workflows/label_export.yml @@ -39,7 +39,7 @@ jobs: name: Label config - run: cp labels.yaml .github/labels.yaml - run: npx prettier .github/labels.yaml --write - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: Update labels delete-branch: true diff --git a/.github/workflows/qiita_publish_articles.yml b/.github/workflows/qiita_publish_articles.yml index 295e56c..aa14b4f 100644 --- a/.github/workflows/qiita_publish_articles.yml +++ b/.github/workflows/qiita_publish_articles.yml @@ -40,7 +40,7 @@ jobs: env: QIITA_TOKEN: ${{ secrets.QIITA_TOKEN }} - run: yarn workspace qiita format:fix - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: Publish articles delete-branch: true diff --git a/.github/workflows/qiita_pull_articles.yml b/.github/workflows/qiita_pull_articles.yml index d124140..96f833a 100644 --- a/.github/workflows/qiita_pull_articles.yml +++ b/.github/workflows/qiita_pull_articles.yml @@ -28,7 +28,7 @@ jobs: env: QIITA_TOKEN: ${{ secrets.QIITA_TOKEN }} - run: yarn workspace qiita format:fix - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: Pull articles delete-branch: true