Skip to content

[pre-commit.ci] pre-commit autoupdate (#277) #140

[pre-commit.ci] pre-commit autoupdate (#277)

[pre-commit.ci] pre-commit autoupdate (#277) #140

name: CI/CD - New updates to 'main'
on:
push:
branches: [main]
jobs:
update-deps-branch-and-docs:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.3
if: github.repository_owner == 'SINTEF'
with:
# General
git_username: "TEAM 4.0[bot]"
git_email: "Team4.0@SINTEF.no"
# Update dependency branch
update_dependencies_branch: false
# Update documentation
update_docs: true
update_python_api_ref: true
update_docs_landing_page: true
package_dirs: oteapi_optimade
python_version: "3.9"
doc_extras: "[doc]"
full_docs_dirs: models
changelog_exclude_labels: "skip_changelog,duplicate,question,invalid,wontfix"
secrets:
PAT: ${{ secrets.RELEASE_PAT }}