From 03c7ad4cc00970e970960340b55ad32d3f2643f2 Mon Sep 17 00:00:00 2001 From: lewisakura Date: Tue, 22 Oct 2024 20:22:00 +0100 Subject: [PATCH] ci: remove mentions from meta workflow [skip ci] --- .github/workflows/meta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index 2ebc5a3b..71f68b42 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -33,6 +33,6 @@ jobs: git add meta/dev.vencord.Vesktop.metainfo.xml git commit -m "Insert release changes for ${{ github.event.release.tag_name }}" git push origin ci/meta-update - gh pr create -B main -H ci/meta-update -t "Metainfo for ${{ github.event.release.tag_name }}" -b "This PR updates the metainfo for release ${{ github.event.release.tag_name }}. @lewisakura @Vendicated" + gh pr create -B main -H ci/meta-update -t "Metainfo for ${{ github.event.release.tag_name }}" -b "This PR updates the metainfo for release ${{ github.event.release.tag_name }}." env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}