The .taskid file caused merge conflicts on every PR because master's .taskid always differs from the branch's. Branch names already contain the task ID (e.g., DEVX-31-fix-foo), so .taskid is redundant.
Changes:
read_taskid() now only extracts from branch name, ignoring .taskid
Remove Path import (no longer needed)
Fix release.py: strip heads/ prefix from git rev-parse output
Update translations and tests
Add .taskid to .gitignore (file stays on master but won't be re-added)
Closes DEVX-31
The .taskid file caused merge conflicts on every PR because master's .taskid always differs from the branch's. Branch names already contain the task ID (e.g., DEVX-31-fix-foo), so .taskid is redundant.
Changes:
- read_taskid() now only extracts from branch name, ignoring .taskid
- Remove Path import (no longer needed)
- Fix release.py: strip heads/ prefix from git rev-parse output
- Update translations and tests
- Add .taskid to .gitignore (file stays on master but won't be re-added)
Closes DEVX-31
The .taskid file caused merge conflicts on every PR because master's
.taskid always differs from the branch's. Branch names already contain
the task ID (e.g., DEVX-31-fix-foo), so .taskid is redundant.
read_taskid() now only extracts from branch name, ignoring .taskid.
Also fix release.py: some git versions return 'heads/master' instead
of 'master' from git rev-parse --abbrev-ref HEAD.
Closes DEVX-31
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The .taskid file caused merge conflicts on every PR because master's .taskid always differs from the branch's. Branch names already contain the task ID (e.g., DEVX-31-fix-foo), so .taskid is redundant.
Changes:
Closes DEVX-31
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
Pull request closed