We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135a369 commit 03c7ad4Copy full SHA for 03c7ad4
.github/workflows/meta.yml
@@ -33,6 +33,6 @@ jobs:
33
git add meta/dev.vencord.Vesktop.metainfo.xml
34
git commit -m "Insert release changes for ${{ github.event.release.tag_name }}"
35
git push origin ci/meta-update
36
- 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 }}."
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments