Skip to content

Commit

Permalink
breaking(sync_docs.yaml): Add not bug or enhancement label to PRs (#…
Browse files Browse the repository at this point in the history
…281)

Used to exclude sync_docs PRs from auto-generated release notes

Auto-generated release notes added in #278
  • Loading branch information
carlcsaposs-canonical authored Feb 13, 2025
1 parent 396048a commit be7f9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
echo Open pull request already exists
exit 0
fi
gh pr create --head sync-docs --title "Sync docs from Discourse" --body "Sync charm docs from https://discourse.charmhub.io" --reviewer '${{ inputs.reviewers }}'
gh pr create --head sync-docs --title "Sync docs from Discourse" --body "Sync charm docs from https://discourse.charmhub.io" --label 'not bug or enhancement' --reviewer '${{ inputs.reviewers }}'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit be7f9b3

Please sign in to comment.