Skip to content

Commit

Permalink
Merge branch '71-feature-run-release-note-and-markdown-only-on-not-dr…
Browse files Browse the repository at this point in the history
…aft-prs' of https://github.com/zaphiro-technologies/github-workflows into 71-feature-run-release-note-and-markdown-only-on-not-draft-prs
  • Loading branch information
chicco785 committed Dec 7, 2023
2 parents a05ee43 + 1c2ccd5 commit ac85001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
with:
name: benchmark-result
github_token: ${{ secrets.REPO_PRIVATE_READ_PAT }}
branch: ${{github.base_ref}}
branch: ${{ github.base_ref || github.ref_name }}
if_no_artifact_found: warn
# Run `github-action-benchmark` action
- name: Store benchmark result
Expand Down
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github-workflows Release Notes

## 0.0.2-dev - 2023-12-05
## 0.0.2-dev - 2023-12-07

### Features

Expand Down Expand Up @@ -34,6 +34,8 @@

### Bug Fixes

- golang workflow: use current branch if base_ref not available (PR #74 by
@cosimomeli)
- markdown workflow: support correctly `.prettierignore` (PR #65 by @chicco785)
- pr-check workflow: pass correctly `input.labels` (PR #67 by @chicco785)
- markdown workflow: fix check to enable/disable spellchecker (PR #55 by
Expand Down

0 comments on commit ac85001

Please sign in to comment.