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

maint: change title on release workflow from (unset) var to hard-coded string #474

Merged
merged 2 commits into from
Jul 6, 2022

Conversation

JamieDanielson
Copy link
Contributor

Which problem is this PR solving?

  • Error in previous workflow that attempted to create an issue states "Input required and not supplied: title".

Short description of the changes

  • While the title does match that of the example provided in the actions repo, it is based on a variable that is set in the example that we do not have set. I believe this is causing a blank title which is not allowed, as the title value is required. This PR changes the title from a variable that is unset ({ steps.date.outputs.today }}) to a hard-coded string (Bump Refinery to Latest Version).

@JamieDanielson JamieDanielson marked this pull request as ready for review July 6, 2022 14:23
@JamieDanielson JamieDanielson requested a review from a team July 6, 2022 14:23
@JamieDanielson JamieDanielson self-assigned this Jul 6, 2022
@JamieDanielson JamieDanielson added type: maintenance The necessary chores to keep the dust off. version: no bump A PR with maintenance or doc changes that aren't included in a release. labels Jul 6, 2022
@@ -2,6 +2,7 @@ name: Create helm chart issue on release
on:
release:
types: [published]
workflow_dispatch:
Copy link
Contributor

Choose a reason for hiding this comment

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

is this an intentional change?

Copy link
Contributor Author

@JamieDanielson JamieDanielson Jul 6, 2022

Choose a reason for hiding this comment

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

workflow_dispatch is the command to run a workflow on-demand. I was hoping this would give me an option right from this PR to test it, but I'm not seeing it (unless I'm missing it somewhere). So I'm thinking we keep it in so I can try it manually after merging to main to see if it creates an issue properly, and if it doesn't, then we know this workflow still doesn't work (as opposed to waiting for the next release to see that it doesn't work). Open to rejection on that idea though, keep only the change to the title field, and just see what happens.

@JamieDanielson JamieDanielson merged commit 49dea51 into main Jul 6, 2022
@JamieDanielson JamieDanielson deleted the jamie.fix-auto-issue branch July 6, 2022 20:30
@JamieDanielson
Copy link
Contributor Author

This still did not work 😞 Created new issue #476 for next effort.

ghost pushed a commit to opsramp/tracing-proxy that referenced this pull request Jul 5, 2024
…d string (honeycombio#474)

Error in previous workflow that attempted to create an issue states "Input required and not supplied: title".
While the title does match that of the example provided in the actions repo, it is based on a variable that is set in the example that we do not have set. I believe this is causing a blank title which is not allowed, as the title value is required. This PR changes the title from a variable that is unset ({ steps.date.outputs.today }}) to a hard-coded string (Bump Refinery to Latest Version).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance The necessary chores to keep the dust off. version: no bump A PR with maintenance or doc changes that aren't included in a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants