diff --git a/.github/workflows/azure-static-web-apps-kind-pond-00161ce0f.yml b/.github/workflows/azure-static-web-apps-kind-pond-00161ce0f.yml deleted file mode 100644 index 439da5b..0000000 --- a/.github/workflows/azure-static-web-apps-kind-pond-00161ce0f.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: Azure Static Web Apps CI/CD - -on: - push: - branches: - - main - pull_request_target: - types: [opened, synchronize, reopened, closed] - branches: - - main - -jobs: - build_and_deploy_job: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - runs-on: ubuntu-latest - name: Build and Deploy Job - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - name: Build And Deploy - id: builddeploy - uses: Azure/static-web-apps-deploy@v0.0.1-preview - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_POND_00161CE0F }} - repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - action: "upload" - ###### Repository/Build Configurations - These values can be configured to match you app requirements. ###### - # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "/" # App source code path - api_location: "api" # Api source code path - optional - output_location: "dist" # Built app content directory - optional - ###### End of Repository/Build Configurations ###### - - close_pull_request_job: - if: github.event_name == 'pull_request' && github.event.action == 'closed' - runs-on: ubuntu-latest - name: Close Pull Request Job - steps: - - name: Close Pull Request - id: closepullrequest - uses: Azure/static-web-apps-deploy@v0.0.1-preview - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_POND_00161CE0F }} - action: "close" diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml deleted file mode 100644 index e9edae7..0000000 --- a/.github/workflows/dispatch.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Repo Events Repository Dispatch - -on: - - issues - - issue_comment - - pull_request - -jobs: - preflight-job: - name: Dispatch - runs-on: ubuntu-latest - steps: - - name: Print Outputs - env: - outputs: ${{ toJSON(github) }} - run: | - echo outputs: $outputs - - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.PAT }} - repository: githubocto/next-devex-workflows # repo to send event to - event-type: repoevents # name of the custom event - client-payload: '{"event": ${{ toJSON(github) }}}' diff --git a/README.md b/README.md index 3831dc4..c9bb4d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flat Viewer +# Flat 👉🏽 👉🏽 👉🏽 **Full writeup**: [Flat Data Project](https://octo.github.com/projects/flat-data) 👈🏽 👈🏽 👈🏽 diff --git a/src/components/repo-detail.tsx b/src/components/repo-detail.tsx index 0800fb2..815f5be 100644 --- a/src/components/repo-detail.tsx +++ b/src/components/repo-detail.tsx @@ -238,8 +238,10 @@ export function RepoDetail(props: RepoDetailProps) {