Giter VIP home page Giter VIP logo

gh-actions's People

Contributors

fenikks avatar igomur avatar jevgenijsblaus avatar lotyp avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ygorluiz cycle

gh-actions's Issues

Update README.md

Tasks:

  • Include missing workflows and actions.
  • Upgrade docker build workflow
  • Connect own CI workflows with release-please and releases
  • Connect renovatebot
  • Re-write release-please action to use v4 version

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/apply-labels.yml
  • actions/labeler v5
.github/workflows/auto-merge-release.yml
  • peter-evans/enable-pull-request-automerge v3
.github/workflows/build-image.yml
  • actions/checkout v4
  • e1himself/goss-installation-action v1.2.1
  • docker/metadata-action v5
  • docker/login-action v3
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/build-push-action v5
.github/workflows/create-arch-diagram.yml
  • Codesee-io/codesee-action v2
.github/workflows/create-changesets-release.yml
  • actions/checkout v4
  • actions/setup-node v4
  • changesets/action v1
.github/workflows/create-release.yml
  • google-github-actions/release-please-action v4
.github/workflows/integrate.yml
  • actions/checkout v4.1.5
  • wagoid/commitlint-github-action v6.0.1
  • actions/checkout v4.1.5
  • ibiqlik/action-yamllint v3.1.1
  • actions/checkout v4.1.5
  • DavidAnson/markdownlint-cli2-action v16.0.0
.github/workflows/release.yml
  • google-github-actions/release-please-action v4
.github/workflows/shellcheck.yml
  • actions/checkout v4
  • redhat-plumbers-in-action/differential-shellcheck v5
  • actions/upload-artifact v4
.github/workflows/triage.yml
  • wayofdev/gh-actions v3.1.0
actions/phive/install/action.yml
  • actions/cache v4.0.2
actions/playwright/install/action.yml
  • actions/cache v4
actions/pnpm/install/action.yml
  • pnpm/action-setup v2
  • actions/cache v4
  • actions/cache v4
npm
package.json

  • Check this box to trigger a request for Renovate to run again on this repository

Change "Merge pull requet..." message to be valid for conventional-commits

          > [!TIP]

Codebase Verification

The verification process revealed that the current commitlint configuration does not account for merge commits, such as "Merge pull request #50 from wayofdev/feat/pnpm-install". These are common in projects that use pull requests. It would be beneficial to either adjust the type-enum to include a type for merge commits or modify the ignore pattern to exclude these commits from linting checks. This ensures that the commitlint rules align more closely with the project's actual commit practices.

Analysis chain

Ensure that the commitlint rules align with the project's commit conventions. Particularly, verify the header-max-length and type-enum rules to ensure they cover all necessary commit types.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Check for commits in the last 50 that might not adhere to the defined types
git log -50 --pretty=format:%s | grep -vE '^(feat|fix|perf|docs|style|deps|refactor|ci|test|revert|build|chore|security):'

Length of output: 179

Originally posted by @coderabbitai[bot] in #51 (comment)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.