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

[automation] Update packages in .github/ISSUE_TEMPLATE/integration_bug.yml #11194

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update package list in Github bug issue template

update pkgs in .github/ISSUE_TEMPLATE/integration_bug.yml

ran shell command "#!/usr/bin/env bash\nset -eu\n\npkgs=$(for i in $(LC_ALL=C ls packages); do\n title=$(yq .title packages/$i/manifest.yml)\n pkg=$i\n echo \"- $title [$pkg]\"\ndone | yq -o json .)\n\nyq eval \".body[1].attributes.options = $pkgs\" -i '.github/ISSUE_TEMPLATE/integration_bug.yml'\n\ngit diff --name-only HEAD\n"

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@github-actions github-actions bot requested a review from a team as a code owner September 20, 2024 01:33
@elasticmachine
Copy link

💚 Build Succeeded

@andrewkroh andrewkroh merged commit ccfbcfc into main Sep 20, 2024
3 checks passed
@andrewkroh andrewkroh deleted the updatecli_main_sync-packages-to-bug-issue-template branch September 20, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants