From 65065e671c40fc03e849610ed55a0f122f75e326 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:15:46 +0000 Subject: [PATCH] chore: sync files with stordco/common-config-elixir --- .credo.exs | 2 +- .github/pull_request_template.md | 6 ++ .github/release-please-config-hotfix.json | 28 ++++++ ...json => release-please-config-stable.json} | 9 +- .github/workflows/ci.yaml | 42 ++++++++- .github/workflows/pr.yaml | 7 +- .github/workflows/release.yaml | 92 ++++++++++++++++++- .github/workflows/staging.yaml | 5 +- .trivy/fs-config.yaml | 18 ++++ 9 files changed, 197 insertions(+), 12 deletions(-) create mode 100644 .github/release-please-config-hotfix.json rename .github/{release-please-config.json => release-please-config-stable.json} (86%) create mode 100644 .trivy/fs-config.yaml diff --git a/.credo.exs b/.credo.exs index c8cec3f..4dd304d 100644 --- a/.credo.exs +++ b/.credo.exs @@ -81,7 +81,7 @@ # You can customize the priority of any check # Priority values are: `low, normal, high, higher` # - {Credo.Check.Design.AliasUsage, [priority: :low, if_nested_deeper_than: 2, if_called_more_often_than: 2]}, + {Credo.Check.Design.AliasUsage, [priority: :low, if_nested_deeper_than: 4, if_called_more_often_than: 2]}, {Credo.Check.Design.DuplicatedCode, false}, # You can also customize the exit_status of each check. # If you don't want TODO comments to cause `mix credo` to fail, just diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7f00997..ef5b36c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,9 @@ +## Related Ticket(s) + + + ## Checklist