diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c80d6d66..d2ca2128 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,9 +7,9 @@ 'name': 'AdGuard filters issues' 'url': 'https://link.adtidy.org/forward.html?action=report&app=home&from=github' - 'about': > - Please send requests for addition to the vetted filtering lists to the - Hostlists Registry repository. - 'name': 'AdGuard Hostlists Registry' + Please send requests for new blocked services and vetted filtering lists + to the Hostlists Registry repository + 'name': 'Blocked services and vetted filtering rule lists: AdGuard Hostlists Registry' 'url': 'https://github.com/AdguardTeam/HostlistsRegistry' - 'about': > Please use GitHub Discussions for questions diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index a43dca2b..dc9acae9 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -239,12 +239,18 @@ ;; esac + # Ignore errors from the Snapstore upload script, because it seems to + # have a lot of issues recently. + # + # TODO(a.garipov): Stop ignoring those errors once they fix the issues. + # + # See https://forum.snapcraft.io/t/unable-to-upload-promote-snaps-to-edge/33120. env\ SNAPCRAFT_CHANNEL="$snapchannel"\ SNAPCRAFT_EMAIL="${bamboo.snapcraftEmail}"\ SNAPCRAFT_MACAROON="${bamboo.snapcraftMacaroonPassword}"\ SNAPCRAFT_UBUNTU_DISCHARGE="${bamboo.snapcraftUbuntuDischargePassword}"\ - ../bamboo-deploy-publisher/deploy.sh adguard-home-snap + ../bamboo-deploy-publisher/deploy.sh adguard-home-snap || : 'final-tasks': - 'clean' 'requirements':