Skip to content

Commit

Permalink
chore(clerk-js): Test a change in the ui directory
Browse files Browse the repository at this point in the history
  • Loading branch information
anagstef committed Nov 28, 2023
1 parent 26bbc50 commit 3ee9e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ui-retheme-changes-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,8 @@ jobs:
check-changes:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Check for changes in specific directory
id: file_changes
run: |
if git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -q 'packages/clerk-js/src/ui/'
then
echo "changes_detected=true" >> $GITHUB_ENV
fi
- name: Post a comment if changes detected
if: env.changes_detected == 'true'
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/[email protected]
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/src/ui/icons/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ee9e95

Please sign in to comment.