Only show open announcements

This commit is contained in:
Peter Pfeufer 2021-01-25 21:13:43 +01:00
parent 74eb8621d9
commit 40824156bf
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -27,7 +27,7 @@ GITLAB_AUTH_REPOSITORY_TAGS_URL = (
)
GITLAB_AUTH_ANNOUNCEMENT_ISSUES_URL = (
'https://gitlab.com/api/v4/projects/allianceauth%2Fallianceauth/issues'
'?labels=announcement'
'?labels=announcement&state=opened'
)
logger = logging.getLogger(__name__)