Only show open announcements

This commit is contained in:
Peter Pfeufer
2021-01-25 21:13:43 +01:00
parent 74eb8621d9
commit 40824156bf

View File

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