Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jdoe/cleanUpNpmApi/#80

## DO NOT git pull on a feature branch

We ask that we keep our repo's history linear. This helps maintain a easy to understand version history and is crucial to our semantic versioning strategy. If you find yourself unable to push to the remote, please **DO NOT** use the `$ git pull` command. If this is discovered during a review, **the pull request will be rejected**. Please see the following instructions on rebasing below.
We ask that we keep our repo's history linear. This helps maintain an easy to understand version history and is crucial to our semantic versioning strategy. If you find yourself unable to push to the remote, please **DO NOT** use the `$ git pull` command. If this is discovered during a review, **the pull request will be rejected**. Please see the following instructions on rebasing below.

### Rebase on main

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
- type: checkboxes
id: platform
attributes:
label: What devices platform(s) are you seeing the issue on?
label: On which platforms are you seeing the issue?
description: Select all that apply.
options:
- label: Desktop
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general-support.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Support Request
description: Request for assistance with any issue related to the Aurora Design System
description: Request for assistance with any issue related to the Auro Design System
type: "Support"
title: '...provide a title...'
projects: ["AlaskaAirlines/19"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/story.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the here.
description: Add any other context or screenshots about this story here.
- type: textarea
id: exit-criteria
attributes:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dev-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- dev
pull_request:

jobs:
action:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ on:
jobs:
action:
uses: AlaskaAirlines/auro-actions/.github/workflows/pull-request.yml@main
with:
component: 'button'
secrets:
AURO_SURGE_TOKEN: ${{ secrets.AURO_SURGE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
12 changes: 12 additions & 0 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: RC Workflow
on:
workflow_dispatch:
push:
branches:
- 'dev'

jobs:
action:
uses: AlaskaAirlines/auro-actions/.github/workflows/release-candidate.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'rc/**'
- 'main'
workflow_dispatch:

jobs:
action:
Expand Down
Loading