[Python-checkins] Automatically add skip news and skip issue label to dependabot PRs (GH-22927)

Mariatta webhook-mailer at python.org
Sat Oct 24 10:13:20 EDT 2020


https://github.com/python/cpython/commit/2455cb5dbec06dbd1c4486fbdbaaade51546428b
commit: 2455cb5dbec06dbd1c4486fbdbaaade51546428b
branch: master
author: Mariatta <Mariatta at users.noreply.github.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2020-10-24T07:12:55-07:00
summary:

Automatically add skip news and skip issue label to dependabot PRs (GH-22927)

Closes https://github.com/python/bedevere/issues/287

files:
M .github/dependabot.yml

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8ac6b8c4984dc..e90677b9f775a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,6 @@ updates:
     directory: "/"
     schedule:
       interval: "monthly"
+    labels:
+      - "skip issue"
+      - "skip news"



More information about the Python-checkins mailing list