From 5cef913fa4812f63eb7ff45d84584f8ccbed546a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:50:10 +0000 Subject: [PATCH] chore: sync files with beam-community/common-config --- .formatter.exs | 2 +- .github/workflows/common-config.yaml | 2 +- .github/workflows/pr.yaml | 3 +++ .github/workflows/release.yaml | 3 +-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.formatter.exs b/.formatter.exs index e287cecf..7b5c3873 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -1,7 +1,7 @@ # This file is synced with beam-community/common-config. Any changes will be overwritten. [ - import_deps: [], + import_deps: [:phoenix, :plug], inputs: ["*.{heex,ex,exs}", "{config,lib,priv,test}/**/*.{heex,ex,exs}"], line_length: 120, plugins: [] diff --git a/.github/workflows/common-config.yaml b/.github/workflows/common-config.yaml index fa20cb90..d98d0246 100644 --- a/.github/workflows/common-config.yaml +++ b/.github/workflows/common-config.yaml @@ -38,7 +38,7 @@ jobs: uses: stordco/actions-elixir/setup@v1 with: github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} - elixir-version: "1.15" + elixir-version: "1.16" otp-version: "26.0" - name: Sync diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index a176a040..1b07ab71 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,6 +13,9 @@ on: jobs: Title: + permissions: + pull-requests: read + if: ${{ github.event_name == 'pull_request' }} name: Check Title runs-on: ubuntu-latest diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 674f5c2c..335c8a96 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,9 +14,8 @@ jobs: steps: - id: release name: Release - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 with: - command: manifest config-file: .github/release-please-config.json manifest-file: .github/release-please-manifest.json release-type: elixir