Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync files with beam-community/common-config #450

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/CODEOWNERS
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
Loading