Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(icons): update icons from Figma #4415

Closed
wants to merge 3 commits into from
Closed
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
12 changes: 12 additions & 0 deletions .github/workflows/cron-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,21 @@ jobs:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Create PR
# uses: peter-evans/create-pull-request@v6
# id: cpr
uses: actions/github-script@v6
if: env.new_files == 'true'
# with:
# token: ${{ secrets.PAT }}
# commit-message: "feat(icons): update icons from Figma"
# title: "feat(icons): update icons from Figma"
# body: "- Automatically generated PR on ${process.env.TODAY}.\n- Updates icons from Figma"
# branch: feat/update-icons-and-svgs
# # branch: ${{ github.head_ref }}
# base: master
with:
github_token: ${{ secrets.PAT}}
persist-credentials: false
script: |
github.rest.pulls.create({
owner: context.repo.owner,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading