Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailcallhq/gh-workflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gh-workflow-macros-v0.6.0
Choose a base ref
...
head repository: tailcallhq/gh-workflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 34 files changed
  • 5 contributors

Commits on Jul 20, 2025

  1. fix(deps): update rust crate strum_macros to v0.27.2 (#160)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    68e525f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    c29499e View commit details
    Browse the repository at this point in the history
  2. chore(gh-workflow-tailcall): release v0.5.3 (#161)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    13cad8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2775e39 View commit details
    Browse the repository at this point in the history
  4. Revert "chore: use toolchain to setup cargo nextest"

    This reverts commit 2775e39.
    tusharmath committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    16279a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. chore(deps): update actions/checkout action to v5 (#162)

    * chore(deps): update actions/checkout action to v5
    
    * checkout v5 (#163)
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: potatoe <48511543+manthanabc@users.noreply.github.com>
    renovate[bot] and manthanabc authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    7196a17 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. chore: release (#164)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    f1fc651 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. refactor: improve API ergonomics with builder pattern and method chai…

    …ning (#165)
    
    * refactor: add `borrow_self` to setters for various structs
    
    * refactor: update method signatures to return mutable references for better chaining
    
    * refactor: simplify job dependency management and streamline needs handling
    
    * refactor: remove redundant `add_steps` method from `Job` struct
    
    * revert borrow
    
    * refactor: change methods to return self for better chaining in Cargo and workflow structs
    
    * refactor: introduce Job and Step structures for GitHub workflow management
    
    * refactor: add Concurrency and Permissions structures for workflow management
    
    * feat: add Container configuration types for GitHub workflow jobs
    
    * feat: add various structures for GitHub workflow management including artifacts, environment, defaults, and strategies
    
    * refactor: update Step creation methods to use new constructor for better clarity and consistency
    
    * refactor: enhance Toolchain structure and methods for improved clarity and functionality
    
    * fix: update autofix action version to v1 for improved stability
    
    * [autofix.ci] apply automated fixes
    
    * fix: update autofix action version to v1 for improved stability
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    tusharmath and autofix-ci[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    13f2c10 View commit details
    Browse the repository at this point in the history
  2. chore: release (#168)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    76bfb74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3810f4b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. fix: make event.schedule as vector (#170)

    * fix: support vec for schedule type
    
    * feat: add method to append schedules to Event struct
    
    * feat: add cron schedule
    tusharmath authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    4952275 View commit details
    Browse the repository at this point in the history
  2. chore: release (#171)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    8ec2428 View commit details
    Browse the repository at this point in the history
Loading