Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into feature/hms-1562-check-opslevel-for-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDolzh authored Oct 6, 2023
2 parents 94ef60a + 85e1fa7 commit ec6f0ac
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
44 changes: 44 additions & 0 deletions .github/pr-help.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# THIS CODE WAS AUTOGENERATED. DO NOT MODIFY THIS FILE DIRECTLY
# THE SOURCE CODE LIVES IN A DIFFERENT REPOSITORY:
# - centralized-templates
# FILE STEWARD: @pleo-io/devx

name: Check PR
on:
pull_request:
types:
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- closed
- reopened
- synchronize
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_removed

concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
validate-pr:
timeout-minutes: 5
name: Validate PR
permissions: write-all
runs-on: ubuntu-latest

steps:
- name: Setup
uses: actions/setup-node@v3

- name: Run Danger
run: npx danger ci -v --dangerfile pleo-io/danger-config/dangerfile.ts@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_GITHUB_API_BASE_URL: https://api.github.com
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v2.0.6 (Fri Oct 06 2023)

#### 🐛 Bug Fix

- Add files for gold in opslevel [#7](https://github.com/pleo-io/config-man/pull/7) ([@igorDolzh](https://github.com/igorDolzh))

#### Authors: 1

- Igor Dolzhenkov ([@igorDolzh](https://github.com/igorDolzh))

---

# v2.0.5 (Thu Oct 05 2023)

#### 🐛 Bug Fix

- Add CODEOWNERS and renovation.json [#6](https://github.com/pleo-io/config-man/pull/6) ([@igorDolzh](https://github.com/igorDolzh))

#### Authors: 1

- Igor Dolzhenkov ([@igorDolzh](https://github.com/igorDolzh))

---

# v2.0.4 (Mon Aug 07 2023)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pleo-io/config-man",
"version": "2.0.4",
"version": "2.0.6",
"description": "Config manager",
"main": "dist/index.js",
"author": "René Bischoff <[email protected]> (https://github.com/fjandin)",
Expand Down

0 comments on commit ec6f0ac

Please sign in to comment.