summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-11-24 20:09:34 +0100
committerGitHub <noreply@github.com>2022-11-24 20:09:34 +0100
commit15733b4c8117e19e57e60a003e693ca2a5c494a7 (patch)
tree3b78e75bc169ee5a2db53e5d324e2f72db7c4071 /.github
parent87fedef67466586f597754d920e77105820c539e (diff)
downloadpylint-git-15733b4c8117e19e57e60a003e693ca2a5c494a7.tar.gz
Upgrade the versions of astroid and dill (#7838)
* [dill] Use dill 0.3.6 for python 3.11 now that dill released it * Upgrade astroid to 2.12.13 * Fix backport job
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 762c5d6ee..4c2639b50 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -7,7 +7,7 @@ on:
permissions:
pull-requests: write
- content: write
+ contents: write
jobs:
backport: