Skip to content

Conversation

@vdemeester
Copy link
Member

Changes

The bump workflow generates temporary files (commit-message.txt, pr-body.txt, bump-output.txt) that should never be tracked in git. While the workflow cleanup step (c8d5e4f) removes these files after use, they were already committed to the repository.

This PR:

  • Removes the files from git tracking
  • Adds them to .gitignore to prevent future accidental commits

This prevents PRs like #3160 which only delete these temp files.

Submitter Checklist

  • Run make test lint before submitting a PR (N/A - only .gitignore changes)
  • Includes tests (if functionality changed/added) (N/A - no functionality changes)
  • Includes docs (if user facing) (N/A - not user facing)
  • Commit messages follow commit message best practices

Release Notes

NONE

The bump workflow generates temporary files (commit-message.txt,
pr-body.txt, bump-output.txt) that should never be tracked in git.
While the workflow cleanup step (c8d5e4f) removes these files
after use, they were already committed to the repository.

This commit:
- Removes the files from git tracking
- Adds them to .gitignore to prevent future accidental commits

This prevents PRs like tektoncd#3160 which only delete these temp files.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label Jan 14, 2026
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please ask for approval from vdemeester after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 14, 2026
@vdemeester
Copy link
Member Author

/kind misc

@tekton-robot tekton-robot added the kind/misc Categorizes issue or PR as a miscellaneuous one. label Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/misc Categorizes issue or PR as a miscellaneuous one. release-note-none Denotes a PR that doesnt merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants