Skip to content

Commit

Permalink
chore: Updated automation
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
  • Loading branch information
stevehipwell committed Nov 29, 2023
1 parent 58e2dd2 commit 5adbb46
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @action-stars/admins
13 changes: 12 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- "*"
update-types:
- minor
- patch
commit-message:
prefix: deps
schedule:
interval: daily
interval: weekly
assignees:
- action-stars/dependabot-reviewers
18 changes: 18 additions & 0 deletions .github/workflows/dependabot-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Dependabot PR

on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled

jobs:
workflow:
name: Workflow
uses: action-stars/generic-workflows/.github/workflows/dependabot-pr.yaml@1595146d2d281c8d75d43340e491afc53620c748 # v0.1.0
permissions:
contents: write
13 changes: 13 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish Release

on:
push:
tags:
- v*

jobs:
workflow:
name: Workflow
uses: action-stars/generic-workflows/.github/workflows/release.yaml@1595146d2d281c8d75d43340e491afc53620c748 # v0.1.0
permissions:
contents: write
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install Tool From GitHub Release GitHub Action
# Install Tool From GitHub Release GitHub Action Changelog

All notable changes to this project will be documented in this file.

Expand All @@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---

<!--
## [UNRELEASED]
### Added - For new features.
### Changed - For changes in existing functionality.
### Deprecated - For soon-to-be removed features.
Expand All @@ -18,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security - In case of vulnerabilities.
-->

## [UNRELEASED]

## [v0.2.0] - 2023-06-30

### Added
Expand Down
9 changes: 9 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MIT License

Copyright (c) Action Stars

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 5adbb46

Please sign in to comment.