Skip to content

Commit ff7fdbe

Browse files
authored
Merge branch 'openedx:master' into dcoa/design-tokens-support
2 parents 719dec8 + 99b40d0 commit ff7fdbe

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
# Adding new check for github-actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
jobs:
77
release:
88
name: Release
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version-file: '.nvmrc'
1919
- name: Install dependencies

catalog-info.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file records information about this repo. Its use is described in OEP-55:
2+
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
3+
4+
apiVersion: backstage.io/v1alpha1
5+
kind: Component
6+
metadata:
7+
name: 'brand-openedx'
8+
description: "The frontend component includes the default branding assets and styles used in Open edX applications."
9+
links:
10+
- url: "https://github.com/openedx/brand-openedx"
11+
title: "Open edX Brand Package Interface"
12+
icon: "Web"
13+
- url: "https://github.com/openedx/brand-openedx/blob/master/README.md"
14+
title: "README"
15+
icon: "Article"
16+
annotations:
17+
openedx.org/arch-interest-groups: ""
18+
spec:
19+
owner: group:committers-brand-openedx
20+
type: 'library'
21+
lifecycle: 'production'

0 commit comments

Comments
 (0)