diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 397d3ea..5d9e549 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index be8bdec..b4d3b84 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/general-support.yaml b/.github/ISSUE_TEMPLATE/general-support.yaml index 6c22e13..e959b41 100644 --- a/.github/ISSUE_TEMPLATE/general-support.yaml +++ b/.github/ISSUE_TEMPLATE/general-support.yaml @@ -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"] diff --git a/.github/ISSUE_TEMPLATE/story.yaml b/.github/ISSUE_TEMPLATE/story.yaml index ad653b3..d9b165e 100644 --- a/.github/ISSUE_TEMPLATE/story.yaml +++ b/.github/ISSUE_TEMPLATE/story.yaml @@ -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: diff --git a/.github/workflows/dev-demo.yml b/.github/workflows/dev-demo.yml index 0d683e6..965e9e9 100644 --- a/.github/workflows/dev-demo.yml +++ b/.github/workflows/dev-demo.yml @@ -4,7 +4,6 @@ on: push: branches: - dev - pull_request: jobs: action: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index de12416..973da00 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml new file mode 100644 index 0000000..a6673a0 --- /dev/null +++ b/.github/workflows/release-candidate.yml @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed7d3d1..af0b31b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: branches: - 'rc/**' - 'main' + workflow_dispatch: jobs: action: