Skip to content

Commit

Permalink
Update the project metadata to resolve a number of Heimdall checks: (#…
Browse files Browse the repository at this point in the history
…36)

Update the project metadata to resolve a number of Heimdall checks:

  - Default CODEOWNERS
  - Branch protection rules (`main` and `release/*` where applicable)

Unrelated:
  - linting
  - CI & Heimdall badges
  - Update gitignore
  - reduce dependabot interval to weekly
  • Loading branch information
dekimsey committed Jun 20, 2023
1 parent 06bddb8 commit 70a1890
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
11 changes: 11 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Lint

on:
pull_request:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: super linter
uses: github/super-linter/slim@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These owners will be the default owners for everything in
# the repo, unless a later match takes precedence.

@hashicorp/release-engineering
* @hashicorp/release-engineering
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# actions-set-product-version
[![Heimdall](https://heimdall.hashicorp.services/api/v1/assets/actions-set-product-version/badge.svg?key=195370081cbf50568fa41066c157e122a929e253ffa3f7e9b377c73433d31061)](https://heimdall.hashicorp.services/site/assets/actions-set-product-version) [![CI](https://github.com/hashicorp/actions-set-product-version/actions/workflows/lint.yml/badge.svg)](https://github.com/hashicorp/actions-set-product-version/actions/workflows/lint.yml)

## Description
`actions-set-product-version` is a Github action that acts as a bridge between the product repo and our new CRT feature: [automated version bumping](https://github.com/hashicorp/bob/commit/6813d9757c644679193a0af317e99570ac8cc848). This action should be used in the `build.yml` to parse the `version/VERSION` file that lives in all product repos.
Expand Down

0 comments on commit 70a1890

Please sign in to comment.