diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index fc980b678..b9695c993 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -48,5 +48,3 @@ 'pkg: ui': - packages/ui/** - - diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml index ce6bb25c8..2f488dd9c 100644 --- a/.github/workflows/first-interaction.yml +++ b/.github/workflows/first-interaction.yml @@ -26,4 +26,4 @@ jobs: issue-message: | Thank you for opening your first issue and for being a part of the open signing revolution!
One of our team members will review it and get back to you as soon as it possible 💚 -
Meanwhile, please feel free to hop into our community in [Discord](https://documen.so/discord) \ No newline at end of file +
Meanwhile, please feel free to hop into our community in [Discord](https://documen.so/discord) diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index 3a5b05b86..c656ce74d 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -21,4 +21,4 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, labels: ["needs triage"] - }) \ No newline at end of file + }) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 0ec8a6231..e7873f1db 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -17,4 +17,4 @@ jobs: - uses: actions/labeler@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - sync-labels: "" \ No newline at end of file + sync-labels: "" diff --git a/.github/workflows/semantic-pull-requests.yml b/.github/workflows/semantic-pull-requests.yml index f04b753dc..ef0a87542 100644 --- a/.github/workflows/semantic-pull-requests.yml +++ b/.github/workflows/semantic-pull-requests.yml @@ -41,4 +41,4 @@ jobs: with: header: pr-title-lint-error message: | - Thank you for following the naming conventions for pull request titles! 💚🚀 \ No newline at end of file + Thank you for following the naming conventions for pull request titles! 💚🚀 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5ad43c839..827c32a06 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,5 +23,3 @@ jobs: close-issue-message: 'This issue has been closed because of inactivity.' close-pr-message: 'This PR has been closed because of inactivity.' exempt-pr-labels: 'WIP, on-hold, needs review' - - \ No newline at end of file