From 99bd6018268a0cf75f09d6106fdd3200d66fc2bf Mon Sep 17 00:00:00 2001 From: Sam Rabin Date: Wed, 31 Jan 2024 14:55:46 -0700 Subject: [PATCH 1/2] Remove backticks from assign-to-project.yml --- .github/workflows/assign-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index 8c6c259c33..c51a4a6cba 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest name: Assign to High Priority project steps: - - name: Assign issues and pull requests with `priority: high` label to project 25 + - name: Assign issues and pull requests with priority: high label to project 25 uses: srggrs/assign-one-project-github-action@1.3.1 if: | contains(github.event.issue.labels.*.name, 'priority: high') || From 829da767707b8e8576563411e38f5691aa9d10e5 Mon Sep 17 00:00:00 2001 From: Sam Rabin Date: Thu, 1 Feb 2024 08:31:43 -0700 Subject: [PATCH 2/2] Remove a colon from assign-to-project.yml --- .github/workflows/assign-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index c51a4a6cba..225c223bde 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest name: Assign to High Priority project steps: - - name: Assign issues and pull requests with priority: high label to project 25 + - name: Assign issues and pull requests with priority-high label to project 25 uses: srggrs/assign-one-project-github-action@1.3.1 if: | contains(github.event.issue.labels.*.name, 'priority: high') ||