mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-05-05 15:43:21 +02:00
docs(release)!: document release process
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Pull Request Hygiene
|
||||
name: GitHub Pull Request Hygiene
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -39,11 +39,11 @@ jobs:
|
||||
header: pr-title-lint-error
|
||||
message: |
|
||||
Hey there and thank you for opening this pull request! 👋🏼
|
||||
|
||||
|
||||
We require pull request titles to follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) and it looks like your proposed title needs to be adjusted.
|
||||
|
||||
Details:
|
||||
|
||||
|
||||
```
|
||||
${{ steps.lint_pr_title.outputs.error_message }}
|
||||
```
|
||||
@@ -74,4 +74,4 @@ jobs:
|
||||
name: Write step-summary
|
||||
run: |
|
||||
echo "All Labels: ${{ steps.labeler.outputs.all-labels }}" >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "New Labels for this iteration: ${{ steps.labeler.outputs.new-labels }}" >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "New Labels for this iteration: ${{ steps.labeler.outputs.new-labels }}" >> "$GITHUB_STEP_SUMMARY"
|
||||
|
||||
Reference in New Issue
Block a user