From 97bd25253bee15dd28c0974e4c001b98f1b3adf0 Mon Sep 17 00:00:00 2001 From: schristoff <28318173+schristoff@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:31:35 -0600 Subject: [PATCH] chore: delete failed workflow, update status badge Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com> --- .github/workflows/assign-to-project.yaml | 29 ------------------------ README.md | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .github/workflows/assign-to-project.yaml 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/README.md b/README.md index f723500..d673254 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a mixin for Porter that provides the Azure (az) CLI. -[![Build Status](https://dev.azure.com/getporter/porter/_apis/build/status/az-mixin?branchName=main)](https://dev.azure.com/getporter/porter/_build/latest?definitionId=4&branchName=main) +[![porter/az-mixin](https://github.com/getporter/az-mixin/actions/workflows/az-mixin.yml/badge.svg)](https://github.com/getporter/az-mixin/actions/workflows/az-mixin.yml)