From c0aabbc21ac76466633b56e54864448fa27e5410 Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Fri, 15 Apr 2022 00:50:50 +0000 Subject: [PATCH] testing workflow (#2201) * Update autoLabelPR.yaml * Update conflicts.yml * Update label-changes-requested.yml --- .github/workflows/autoLabelPR.yaml | 2 +- .github/workflows/conflicts.yml | 2 +- .github/workflows/label-changes-requested.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autoLabelPR.yaml b/.github/workflows/autoLabelPR.yaml index 73871ff7..11c3e67c 100644 --- a/.github/workflows/autoLabelPR.yaml +++ b/.github/workflows/autoLabelPR.yaml @@ -12,4 +12,4 @@ jobs: with: title-or-body: "both" parameters: '[ {"keywords": ["Important note", "Pull Request Type", "Related issue", "Dependent PR/issue", "Description", "Screenshots", "Testing", "Desktop", "Additional context"], "labels": ["PR: waiting for review"]}]' - github-token: "${{ secrets.GITHUB_TOKEN }}" + github-token: "${{ secrets.LABEL_TOKEN }}" diff --git a/.github/workflows/conflicts.yml b/.github/workflows/conflicts.yml index b2c64031..4a538f1f 100644 --- a/.github/workflows/conflicts.yml +++ b/.github/workflows/conflicts.yml @@ -17,6 +17,6 @@ jobs: with: dirtyLabel: "PR: merge conflicts / rebase needed" removeOnDirtyLabel: "PR: waiting for review" - repoToken: "${{ secrets.GITHUB_TOKEN }}" + repoToken: "${{ secrets.LABEL_TOKEN }}" commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request." commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly." diff --git a/.github/workflows/label-changes-requested.yml b/.github/workflows/label-changes-requested.yml index d842ab95..954ba257 100644 --- a/.github/workflows/label-changes-requested.yml +++ b/.github/workflows/label-changes-requested.yml @@ -16,4 +16,4 @@ jobs: changes-requested-label-name: "PR: changes requested" updated-pr-label-name: "PR: waiting for review" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.LABEL_TOKEN }}