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

Update config #738

Closed
4 tasks done
vplasencia opened this issue Apr 5, 2024 · 0 comments · Fixed by #763
Closed
4 tasks done

Update config #738

vplasencia opened this issue Apr 5, 2024 · 0 comments · Fixed by #763
Assignees
Labels
refactoring ♻️ A code change that neither fixes a bug nor adds a feature

Comments

@vplasencia
Copy link
Member

vplasencia commented Apr 5, 2024

Description

  • Update the .lintstagedrc.json file and create a husky script to use it: semaphore-protocol/extensions@20d04f3

  • Use czg instead of cz + cz-git.

    • Use cat instead of vim editor to write commits (husky && git config --local core.editor cat)
  • Remove GH_TOKEN from the tokens and use secrets.GITHUB_TOKEN instead.

Context: This issue was created after creating the Semaphore Extensions repo.

@vplasencia vplasencia added the refactoring ♻️ A code change that neither fixes a bug nor adds a feature label Apr 5, 2024
@vplasencia vplasencia added this to the Semaphore V4 milestone Apr 5, 2024
@vplasencia vplasencia self-assigned this Apr 30, 2024
vplasencia added a commit that referenced this issue Apr 30, 2024
@vplasencia vplasencia mentioned this issue Apr 30, 2024
9 tasks
vplasencia added a commit that referenced this issue May 1, 2024
* chore: update lint-staged config

* chore: use czg instead of cz + cz-git

re #738

* chore: use cat instead of vim editor to write commits

re #738

* chore: use secrets.GITHUB_TOKEN instead of secrets.GH_TOKEN

re #738

* style: add a space at the end of the pre-commit file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring ♻️ A code change that neither fixes a bug nor adds a feature
Projects
Status: ✔️ Done
Development

Successfully merging a pull request may close this issue.

1 participant