Skip to content

chore: remove temp files from git and add to .gitignore#3165

Merged
tekton-robot merged 1 commit intotektoncd:mainfrom
vdemeester:chore/gitignore-workflow-temp-files
Jan 15, 2026
Merged

chore: remove temp files from git and add to .gitignore#3165
tekton-robot merged 1 commit intotektoncd:mainfrom
vdemeester:chore/gitignore-workflow-temp-files

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 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
@jkhelil
Copy link
Member

jkhelil commented Jan 15, 2026

/approve

@jkhelil
Copy link
Member

jkhelil commented Jan 15, 2026

/lgtm

@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jkhelil

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

The pull request process is described 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 approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 15, 2026
@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 15, 2026
@tekton-robot tekton-robot merged commit 66ffd2b into tektoncd:main Jan 15, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. 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.

3 participants