diff --git a/.github/workflows/debug-build.yml b/.github/workflows/debug-build.yml index 35cfc7f4e..bb8cdb83f 100644 --- a/.github/workflows/debug-build.yml +++ b/.github/workflows/debug-build.yml @@ -5,10 +5,11 @@ on: [pull_request] jobs: announce-start: runs-on: ubuntu-20.04 + permissions: write-all steps: - uses: lucasmotta/pull-request-sticky-header@1.0.0 - if: github.repository == 'hirosystems/desktop-wallet' + if: github.repository == 'leather-wallet/desktop' with: header: '> _Building new release, please wait for the latest_  ' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -177,13 +178,13 @@ jobs: steps: - uses: lucasmotta/pull-request-sticky-header@1.0.0 - if: (!contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/desktop-wallet' + if: (!contains(needs.*.result, 'failure')) && github.repository == 'leather-wallet/desktop' with: header: '> [Download the latest build](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: lucasmotta/pull-request-sticky-header@1.0.0 - if: (contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/desktop-wallet' + if: (contains(needs.*.result, 'failure')) && github.repository == 'leather-wallet/desktop' with: header: '> _Build failed, [see here for details](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})_' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/app/pages/onboarding/00-terms/terms.tsx b/app/pages/onboarding/00-terms/terms.tsx index e638543a4..5ff1f2fa2 100644 --- a/app/pages/onboarding/00-terms/terms.tsx +++ b/app/pages/onboarding/00-terms/terms.tsx @@ -1,3 +1,6 @@ +/* eslint-disable no-useless-escape */ + +/* eslint-disable no-irregular-whitespace */ import { OnboardingSelector } from '../../../tests/features/onboarding.selectors'; import { Onboarding,