diff --git a/.github/workflows/assign-to-project.yaml b/.github/workflows/assign-to-project.yaml deleted file mode 100644 index d58a3ca..0000000 --- a/.github/workflows/assign-to-project.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# https://github.com/marketplace/actions/assign-to-one-project - -name: Assign to Project - -on: - issues: - types: [opened, labeled] - pull_request_target: - types: [opened, labeled] -env: - MY_GITHUB_TOKEN: ${{ secrets.ASSIGN_PROJECT_TOKEN }} - -jobs: - assign_one_project: - runs-on: ubuntu-latest - name: Assign Issue to Project - steps: - - name: Assign Issue to Project - uses: srggrs/assign-one-project-github-action@1.3.1 - if: ${{ github.event_name == 'issues' }} - with: - project: 'https://github.com/orgs/getporter/projects/1' - column_name: 'Inbox' - - name: Assign Pull Request to Project - uses: srggrs/assign-one-project-github-action@1.3.1 - if: ${{ github.event_name == 'pull_request_target' }} - with: - project: 'https://github.com/orgs/getporter/projects/1' - column_name: 'In Progress' diff --git a/.github/workflows/gcloud-mixin.yml b/.github/workflows/gcloud-mixin.yml index edc61c5..09fbf80 100644 --- a/.github/workflows/gcloud-mixin.yml +++ b/.github/workflows/gcloud-mixin.yml @@ -13,6 +13,8 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-go@v5 with: go-version-file: go.mod diff --git a/README.md b/README.md index 3bcb8b9..bcf91c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a mixin for Porter that provides the gcloud CLI. -[![Build Status](https://dev.azure.com/getporter/porter/_apis/build/status/gcloud-mixin?branchName=main)](https://dev.azure.com/getporter/porter/_build/latest?definitionId=7&branchName=main) +[![porter/gcloud-mixin](https://github.com/getporter/gcloud-mixin/actions/workflows/gcloud-mixin.yml/badge.svg)](https://github.com/getporter/gcloud-mixin/actions/workflows/gcloud-mixin.yml)