Skip to content

Commit

Permalink
fix: changed Github to GitHub, added missing hint for lock-file-maint…
Browse files Browse the repository at this point in the history
…enance
  • Loading branch information
prisis committed Jun 17, 2024
1 parent 41518fe commit 817ccc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# This check runs once all dependant jobs have passed
# It symbolizes that all required Frontend checks have succesfully passed (Or skipped)
# This check is the only required Github check
# This check is the only required GitHub check
test-required-check:
needs: ["yaml-lint", "lint-workflows"] # TODO add "markdown-lint"
name: "Check Lint Run"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Shared Github Actions
# Shared GitHub Actions

This repository serves as a collection of reusable GitHub Action workflows specifically designed for usage in Node and Monorepo projects.
The workflows stored here encapsulate common and repetitive tasks, allowing them to be easily integrated into multiple projects.
Expand Down Expand Up @@ -39,6 +39,7 @@ configure the following:
- [allo-allo](./.github/workflows/allo-allo.yml) ([docs](./.github/workflows/allo-allo.md)) - a welcome bot for new contributors
- [cleanup-branch-cache](./.github/workflows/cleanup-branch-cache.yml) ([docs](./.github/workflows/cleanup-branch-cache.md)) - automatically cleans all cache key if a branch is closed.
- [lock-closed](./.github/workflows/lock-closed.yml) ([docs](./.github/workflows/lock-closed.md)) - locks issues and PRs that have been closed for more than a year
- [lock-file-maintenance](./.github/workflows/lock-file-maintenance.yml) ([docs](./.github/workflows/lock-file-maintenance.md)) - This action will check if the pull request title follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
- [semantic-pull-request](./.github/workflows/semantic-pull-request.yml) ([docs](./.github/workflows/semantic-pull-request.md)) - validates if the PR title has a defined semantic title
- [set-default-labels](./.github/workflows/set-default-labels.yml) ([docs](./.github/workflows/set-default-labels.md)) - sets default labels on issues and PRs
- [stale-issues](./.github/workflows/stale-issues.yml) ([docs](./.github/workflows/stale-issues.md)) - closes stale issues
Expand Down

0 comments on commit 817ccc7

Please sign in to comment.