Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/weekly-ingest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
with:
repository: GetTechAPI/TechAPI
path: TechAPI
# TechAPI follows git-flow: ingest is integration work, so branch from
# develop and open the PR there. main only moves through a release PR.
ref: develop
token: ${{ secrets.TECHENGINEBOT_TOKEN || secrets.TECHAPI_TOKEN || secrets.GITHUB_TOKEN }}

- uses: actions/setup-python@v6
Expand Down Expand Up @@ -134,6 +137,6 @@ jobs:
gh pr create \
--title "feat(data/${CATEGORY}): weekly ingest" \
--body-file ../pr-body.md \
--base main \
--base develop \
--head "$BRANCH" \
$DRAFT_FLAG
Loading