diff --git a/.github/workflows/weekly-ingest.yml b/.github/workflows/weekly-ingest.yml index 061bba3..af0b3f3 100644 --- a/.github/workflows/weekly-ingest.yml +++ b/.github/workflows/weekly-ingest.yml @@ -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 @@ -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