Skip to content

Commit

Permalink
Governance automations
Browse files Browse the repository at this point in the history
[CI SKIP] [ci skip]
  • Loading branch information
brunomiranda-hotmart authored Aug 23, 2023
2 parents ed57942 + 3a19ed0 commit 440a1fe
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: JIRA validator
on:
push:
branches-ignore:
- main
- master
- staging
- dependabot/**
- translations_**
jobs:
validate:
uses: Hotmart-Org/actions/.github/workflows/jira.yaml@master
secrets: inherit
with:
runs-on: "staging-iac"
14 changes: 14 additions & 0 deletions .github/workflows/merge-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Merge Checker

on:
push:
branches:
- master
- main

jobs:
merge-checker:
uses: Hotmart-Org/actions/.github/workflows/merge-checker.yaml@master
secrets: inherit
with:
runs-on: "staging-iac"
21 changes: 21 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: angular-redactor-filepicker-bundle
namespace: usefedora
description: ''
tags: []
annotations:
github.com/project-slug: UseFedora/angular-redactor-filepicker-bundle
backstage.io/techdocs-ref: dir:.
links: []
spec:
type: service
lifecycle: production
owner: Platform Enablement
heimdall:
reportable: false
pci: false
products: []
squads: []
impact: ''

0 comments on commit 440a1fe

Please sign in to comment.