Skip to content

[IM-2221] Add workflow_call trigger to auto-fill-pr workflow#15

Merged
gobetti merged 1 commit intomainfrom
IM-2221-add-workflow-call
Mar 3, 2026
Merged

[IM-2221] Add workflow_call trigger to auto-fill-pr workflow#15
gobetti merged 1 commit intomainfrom
IM-2221-add-workflow-call

Conversation

@gobetti
Copy link
Contributor

@gobetti gobetti commented Mar 3, 2026

Description

Adds `workflow_call` support to the auto-fill PR template workflow so it can be called by reference from other repos (e.g. `ht-android`) instead of being copied.

Callers use:
```yaml
jobs:
auto-fill:
uses: isapp/.github/.github/workflows/auto-fill-pr.yml@main
secrets: inherit
```

Without this change: https://github.com/isapp/ht-android/actions/runs/22647345266

Ticket

IM-2221

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactor (code change that neither fixes a bug nor adds a feature)
  • Documentation update
  • Chore (dependency updates, config changes, etc.)

@gobetti gobetti force-pushed the IM-2221-add-workflow-call branch from 14bc425 to 3bc5b90 Compare March 3, 2026 22:59
@gobetti gobetti force-pushed the IM-2221-add-workflow-call branch from 3bc5b90 to 0dd5b0b Compare March 3, 2026 23:00
@gobetti gobetti merged commit 9e4a3f1 into main Mar 3, 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