Skip to content

Remove tracked Python bytecode artifacts from scripts/__pycache__#203

Draft
dani-tweig with Copilot wants to merge 15 commits into
automation-staging-branchfrom
copilot/automation-staging-branch
Draft

Remove tracked Python bytecode artifacts from scripts/__pycache__#203
dani-tweig with Copilot wants to merge 15 commits into
automation-staging-branchfrom
copilot/automation-staging-branch

Conversation

Copilot AI commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Two compiled Python artifacts were accidentally included in the PR under scripts/__pycache__, adding binary noise to the change set. This PR removes those tracked .pyc files so the PR contains only source-level changes.

  • Scope

    • Removes:
      • scripts/__pycache__/jira_sync_modules.cpython-312.pyc
      • scripts/__pycache__/jira_sync_logic.cpython-312.pyc
  • Impact

    • No runtime or workflow behavior changes.
    • PR diff is reduced to relevant, reviewable source changes only.
git rm scripts/__pycache__/jira_sync_modules.cpython-312.pyc \
       scripts/__pycache__/jira_sync_logic.cpython-312.pyc

Copilot AI changed the title [WIP] Add webhook to Jira for linked PRs PM-327: Add Jira issue web-link sync for linked PRs Jun 29, 2026
Copilot AI requested a review from dani-tweig June 29, 2026 12:11
Copilot AI changed the title PM-327: Add Jira issue web-link sync for linked PRs PM-327: Sync linked PR URL to Jira issue remote links across PR events Jun 29, 2026
Copilot AI changed the title PM-327: Sync linked PR URL to Jira issue remote links across PR events Limit PR scope to Python Jira sync scripts only Jun 29, 2026
Copilot AI changed the title Limit PR scope to Python Jira sync scripts only Narrow PR scope to jira_sync_logic.py and jira_sync_modules.py only Jun 29, 2026
Copilot AI changed the title Narrow PR scope to jira_sync_logic.py and jira_sync_modules.py only Narrow PR scope to jira_sync_logic.py and jira_sync_modules.py Jun 29, 2026
Copilot AI changed the title Narrow PR scope to jira_sync_logic.py and jira_sync_modules.py Remove tracked Python bytecode artifacts from scripts/__pycache__ Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants