Skip to content

Commit

Permalink
chore: sync files with beam-community/common-config (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
thebeambot and github-actions[bot] authored Jun 24, 2024
1 parent cca2acf commit 69612ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
10 changes: 9 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.15.4-otp-25
erlang 25.3.2.5
elixir 1.16
erlang 26.0

0 comments on commit 69612ae

Please sign in to comment.