-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪄 refactoring radiogroup, radio, rate, read-more and reveal
- Loading branch information
1 parent
c28d5b7
commit f737581
Showing
8 changed files
with
96 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,32 @@ | ||
name: Create Pull Request | ||
|
||
on: | ||
push: | ||
branches: | ||
# Create pull requests only for non-master branches | ||
- "!master" | ||
# Sequence of patterns matched against refs/heads | ||
branches-ignore: | ||
# Ignore main branch | ||
- 'master' | ||
|
||
jobs: | ||
build: | ||
createPullRequest: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
ref: ${{ github.ref }} | ||
- name: Create Pull Request | ||
# Checks out your repository under $GITHUB_WORKSPACE | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
# Create Pull Request | ||
- name: Create PR | ||
uses: peter-evans/create-pull-request@v3 | ||
with: | ||
commit-message: "Automated Pull Request" | ||
title: "Automated Pull Request" | ||
branch: ${{ github.ref }} | ||
token: ${{ secrets.GIT_TOKEN }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
title: 'New changes from ${GITHUB_REF##*/}' | ||
base: 'master' | ||
# Change 'master' to your primary branch if necessary | ||
branch: 'automated-pr/${{ github.head_ref }}' | ||
delete-branch: true | ||
# Adding some default labels | ||
labels: 'auto-pr' | ||
# Draft pull requests are not considered to be ready for review | ||
draft: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
@extend %list-item-left; | ||
margin: 0.5rem; | ||
|
||
&.radio_grp_item_disabled { | ||
&.disabled { | ||
@extend %disabled; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
f737581
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
react-creme – ./
react-creme-prabhuignoto.vercel.app
react-creme-git-master-prabhuignoto.vercel.app
react-creme.vercel.app
react-creme.prabhumurthy.com