From 9d74b73322ea6b8363c36af8f36853a727b03303 Mon Sep 17 00:00:00 2001 From: crccheck Date: Sat, 5 Apr 2025 06:11:20 +0000 Subject: [PATCH 1/2] fix s/master/main --- .github/workflows/ci.yml | 2 +- .github/workflows/conventional-pr.yml | 2 +- .github/workflows/release.yml | 4 ++-- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66faeae..0677238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - master + - main jobs: prepare: diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index 5abb859..19c06a7 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -6,7 +6,7 @@ on: - edited - synchronize branches: - - master + - main jobs: lint-pr: runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f53155b..c4b7091 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: # Disabled to be able to roll multiple breaking releases into one release # push: # branches: - # - master + # - main jobs: release: @@ -25,7 +25,7 @@ jobs: - name: Setup | Force release branch to be at workflow sha run: | git reset --hard ${{ github.sha }} - - name: Python Semantic Release + - name: Action | Python Semantic Release id: release # https://github.com/python-semantic-release/python-semantic-release/releases # https://python-semantic-release.readthedocs.io/en/latest/github-action.html diff --git a/README.md b/README.md index 0e9ab79..b6484c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Django Object Actions -[![CI](https://github.com/crccheck/django-object-actions/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/crccheck/django-object-actions/actions/workflows/ci.yml?query=branch%3Amaster) +[![CI](https://github.com/crccheck/django-object-actions/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/crccheck/django-object-actions/actions/workflows/ci.yml?query=branch%3Amain) If you've ever tried making admin object tools you may have thought, "why can't this be as easy as making Django Admin Actions?" Well now they can be. From 55078ea06fb8f49e38d5b2c698b30b632518b424 Mon Sep 17 00:00:00 2001 From: crccheck Date: Sat, 5 Apr 2025 06:13:23 +0000 Subject: [PATCH 2/2] (empty commit)