mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Remove constraints and run issue tracker, pre-commit and update changelog each push to test them
This commit is contained in:
parent
456a4769a9
commit
4b094c63c7
13
.github/workflows/django-issue-checker.yml
vendored
13
.github/workflows/django-issue-checker.yml
vendored
|
@ -4,16 +4,9 @@
|
|||
name: Django Issue Checker
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "28 5 * * *"
|
||||
# Manual trigger
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
issue-checker:
|
||||
# Disables this workflow from running in a repository that is not part of the indicated organization/user
|
||||
if: github.repository_owner == 'cookiecutter'
|
||||
|
||||
push:
|
||||
branches: ["master", "main"]
|
||||
pull_request:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
8
.github/workflows/pre-commit-autoupdate.yml
vendored
8
.github/workflows/pre-commit-autoupdate.yml
vendored
|
@ -4,17 +4,15 @@
|
|||
name: Pre-commit auto-update
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "15 2 * * *"
|
||||
workflow_dispatch: # to trigger manually
|
||||
push:
|
||||
branches: ["master", "main"]
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
auto-update:
|
||||
# Disables this workflow from running in a repository that is not part of the indicated organization/user
|
||||
if: github.repository_owner == 'cookiecutter'
|
||||
permissions:
|
||||
contents: write # for peter-evans/create-pull-request to create branch
|
||||
pull-requests: write # for peter-evans/create-pull-request to create a PR
|
||||
|
|
14
.github/workflows/update-changelog.yml
vendored
14
.github/workflows/update-changelog.yml
vendored
|
@ -1,17 +1,9 @@
|
|||
name: Update Changelog
|
||||
|
||||
on:
|
||||
# Every day at 2am
|
||||
schedule:
|
||||
- cron: "0 2 * * *"
|
||||
# Manual trigger
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
# Disables this workflow from running in a repository that is not part of the indicated organization/user
|
||||
if: github.repository_owner == 'cookiecutter'
|
||||
|
||||
push:
|
||||
branches: ["master", "main"]
|
||||
pull_request:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue
Block a user