Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release.yml - target_commitish REF_NAME #3037

Merged

Conversation

nerdCopter
Copy link
Member

@nerdCopter nerdCopter commented Oct 7, 2022

  • if a github action "release" workflow is manually triggered, and a branch is selected rather than master, then the draft-release wrongly points to master rather than the branch selected.
    image

  • by adding target_commitish: ${{ GITHUB.REF_NAME }} to the softprops/action-gh-release step, this is rectified.
    image

--

  • ignore my branch name, this was for personal/testing purposes

@sonarcloud
Copy link

sonarcloud bot commented Oct 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@blckmn
Copy link
Member

blckmn commented Oct 7, 2022

AUTOMERGE: (FAIL)

  • github identifies PR as mergeable -> FAIL
  • assigned to a milestone -> FAIL
  • cooling off period lapsed -> PASS
  • commit count less or equal to three -> PASS
  • Don't merge label NOT found -> PASS
  • at least one RN: label found -> PASS
  • Tested label found -> FAIL
  • assigned to an approver -> FAIL
  • approver count at least three -> FAIL

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2022

Do you want to test this code? Here you have an automated build:
Betaflight-Configurator-Android
Betaflight-Configurator-Linux
Betaflight-Configurator-macOS
Betaflight-Configurator-Windows
WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!

Copy link
Member

@McGiverGim McGiverGim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok to me. This action is not being used, we have other that does the build after generating the release.

@asizon asizon merged commit f4a0171 into betaflight:master Oct 11, 2022
Finalizing Firmware 4.4 Release automation moved this from Configurator to Closed Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

5 participants