From 69612ae19903a9410cc1fbaf9680d070c0b72370 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:02:49 -0400 Subject: [PATCH] chore: sync files with beam-community/common-config (#450) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/CODEOWNERS | 4 ---- .github/workflows/pr.yaml | 10 +++++++++- .tool-versions | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b06a787..43b776a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1 @@ -# Order alphabetically. -# Order is important. The last matching pattern takes the most precedence. - -# Default owners for everything in the repo. * @beam-community/team diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5e2628a..f6036fe 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -21,7 +21,7 @@ jobs: - name: Check uses: stordco/actions-pr-title@v1.0.0 with: - regex: '^(feat!|fix!|fix|feat|chore)(\(\w+\))?:\s(\[#\d{1,5}\])?.*$' + regex: '^(refactor!|feat!|fix!|refactor|fix|feat|chore)(\(\w+\))?:\s(\[#\d{1,5}\])?.*$' hint: | Your PR title does not match the Conventional Commits convention. Please rename your PR to match one of the following formats: @@ -32,4 +32,12 @@ jobs: Note: Adding ! (i.e. `feat!:`) represents a breaking change and will result in a SemVer major release. + Please use one of the following types: + + - **feat:** A new feature, resulting in a MINOR version bump." + - **fix:** A bug fix, resulting in a PATCH version bump." + - **refactor:** A code change that neither fixes a bug nor adds a feature, resulting in a PATCH version bump." + - **chore:** Changes unrelated to the release code, resulting in no version bump." + - **revert:** Reverts a previous commit." + See https://www.conventionalcommits.org/en/v1.0.0/ for more information. diff --git a/.tool-versions b/.tool-versions index f14e1e3..fe29d91 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -elixir 1.15.4-otp-25 -erlang 25.3.2.5 +elixir 1.16 +erlang 26.0