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

Dependency and governance upgrades #66

Merged
merged 1 commit into from
Feb 27, 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 .eslintignore

This file was deleted.

60 changes: 0 additions & 60 deletions .eslintrc.json

This file was deleted.

16 changes: 0 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,7 @@ updates:
schedule:
interval: monthly

groups:
actions:
patterns:
- '*'

- package-ecosystem: npm
directory: /
schedule:
interval: monthly

groups:
types-and-lint:
patterns:
- '@octokit/types'
- '@types/*'
- '@typescript-eslint/*'
- 'eslint'
- 'eslint-plugin-*'
- 'prettier'
- 'typescript'
8 changes: 2 additions & 6 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: DCO Check
name: Check DCO

on:
pull_request:

jobs:
local:
name: Check DCO
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -14,8 +15,3 @@ jobs:
exempt-authors: |
@kineticcommerce.com
@kineticcafe.com

# remote:
# runs-on: ubuntu-latest
# steps:
# - uses: KineticCafe/[email protected]
3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierrc.json

This file was deleted.

14 changes: 12 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# KineticCafe/actions-dco Changelog

## 1.3 / 2024-02-28

- Upgrade dependencies.

- Improved governance documentation, mostly by adding it.

- Switched from eslint/prettier to Biome.

- Included action / version in the output.

## 1.2 / 2023-09-25

- Upgraded dependencies and set dependency on Node v20.
- Upgraded dependencies and set runtime as Node v20.

## 1.1 / 2023-07-21

Expand All @@ -14,4 +24,4 @@
## 1.0 / 2023-06-12

- Initial release. This is a Typescript port of tisonkun/actions-dco set
to use Node 16.
to use Node v16.
35 changes: 35 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Contributing

We value contributions to @KineticCafe/actions-dco—bug reports, feature
requests, and code contributions.

Before contributing patches, please read the [Licence.md](./Licence.md).

@KineticCafe/actions-dco is governed under the Kinetic Commerce Open Source
[Code of Conduct][].

## Code Guidelines

Our usual code contribution guidelines apply:

- Code changes _will not_ be accepted without tests. The test suite is written
with [vitest][].
- Match our coding style. We use Biome to assist with this.
- Use a thoughtfully-named topic branch that contains your change. Rebase your
commits into logical chunks as necessary.
- Use [quality commit messages][].
- The version number must not be changed except as part of the release process.
- Submit a pull request with your changes.
- New or changed behaviours require new or updated documentation.

A pull request will be accepted only if all code quality checks performed in
GitHub Actions pass.

@KineticCafe/actions-dco is compiled into a single file with `@vercel/ncc` for
release. One of the status checks is that there are no changes during the
packaging process. Ensure that you run `pnpm all` and commit any files in
`dist/` once you are satisfied with your changes.

[code of conduct]: https://github.com/KineticCafe/code-of-conduct
[quality commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[vitest]: https://vitest.dev/
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading
Loading