Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Hoyos <juan.s.hoyos@outlook.com>2021-11-16 02:48:08 +0300
committerGitHub <noreply@github.com>2021-11-16 02:48:08 +0300
commit1c7675493dbf05a8ebd7b3e069f07284fd6db640 (patch)
tree39094c66270d3bdf46099b9b8cd2dbbbef833a06 /.github
parent6401f332f0501d6ff80a7399d0c4292205be5e92 (diff)
Allow for backport to report progress to PR (#61637)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index e172c71e265..99ebe3b43d0 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -5,7 +5,7 @@ on:
permissions:
contents: write
- issues: read
+ issues: write
pull-requests: write
jobs: