Skip to content

Conversation

@policyengine
Copy link
Contributor

@policyengine policyengine bot commented Jan 12, 2026

Summary

Updates all GitHub Actions workflow files to reference the main branch instead of the old master branch. This aligns with the repository's branch rename.

Changes

Updated branch references in the following workflow files:

  • .github/workflows/code_changes.yaml - Updated branch reference and comment
  • .github/workflows/deploy.yml - Updated branch reference
  • .github/workflows/pr_code_changes.yaml - Updated branch reference
  • .github/workflows/pr_docs_changes.yaml - Updated branch reference
  • .github/workflows/versioning.yaml - Updated branch reference

All workflows already include .github/** in their path filters (or run on all pushes), ensuring they will trigger on changes to workflow files themselves.

Note: The lgeiger/black-action@master references remain unchanged as these refer to the action's repository branch, not this repository's branch.

Closes #1470

🤖 Generated with Claude Code

All workflow files have been updated to reference the main branch instead of master:
- code_changes.yaml: Updated branch reference and comment
- deploy.yml: Updated branch reference
- pr_code_changes.yaml: Updated branch reference
- pr_docs_changes.yaml: Updated branch reference
- versioning.yaml: Updated branch reference

All workflows already include .github/** in their paths, so they will run on changes to workflow files.

Closes #1470

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@nwoodruff-co
Copy link
Contributor

@PolicyEngine just run make format pls and commit

@policyengine
Copy link
Contributor Author

policyengine bot commented Jan 12, 2026

Done! Ran make format and committed the changes. Black reformatted 1 file (policyengine_uk/microsimulation.py).

Commit: 50b0930

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@nwoodruff-co nwoodruff-co merged commit ad1d99b into main Jan 12, 2026
3 checks passed
@nwoodruff-co nwoodruff-co deleted the bot/issue-1470 branch January 12, 2026 16:03
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.

GH actions need to update to main branch

3 participants