diff options
author | Pavel Mikula <pavel.mikula@sonarsource.com> | 2025-03-07 13:39:55 +0100 |
---|---|---|
committer | Pavel Mikula <pavel.mikula@sonarsource.com> | 2025-03-07 13:39:55 +0100 |
commit | 73e8bfa068e8cd1581b4d284993d4a4b15f42d2d (patch) | |
tree | 7f8569f56a15e73bdda9815106fbf81f9ffbe779 | |
parent | 81492174ea6d684f0d94ee104e8adc0e0a6ca9fb (diff) | |
download | sonar-scanner-cli-Pavel/AutoClose.tar.gz sonar-scanner-cli-Pavel/AutoClose.zip |
Cosmetic renamePavel/AutoClose
-rw-r--r-- | .github/workflows/PullRequestClosed.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml index c6453c0..77bf0e1 100644 --- a/.github/workflows/PullRequestClosed.yml +++ b/.github/workflows/PullRequestClosed.yml @@ -5,8 +5,8 @@ on: types: [closed] jobs: - PullRequestMerged_job: - name: Pull Request Merged + PullRequestClosed_job: + name: Pull Request Closed runs-on: ubuntu-latest permissions: id-token: write |