diff --git a/.github/workflows/update-spec-country.yml b/.github/workflows/update-spec-country.yml index e84ccdd5..af2ce357 100644 --- a/.github/workflows/update-spec-country.yml +++ b/.github/workflows/update-spec-country.yml @@ -24,6 +24,7 @@ jobs: commit-message: Automatic Country spec update from upstream changes delete-branch: true title: 'Automatic Country spec update' + branch: update-spec/country body: | This PR makes sure the content of this package is updated with upstream changes in the specs. labels: | diff --git a/.github/workflows/update-spec-currency.yml b/.github/workflows/update-spec-currency.yml index 4e2da2e7..08501cee 100644 --- a/.github/workflows/update-spec-currency.yml +++ b/.github/workflows/update-spec-currency.yml @@ -24,6 +24,7 @@ jobs: commit-message: Automatic Currency spec update from upstream changes delete-branch: true title: 'Automatic Currency spec update' + branch: update-spec/currency body: | This PR makes sure the content of this package is updated with upstream changes in the specs. labels: | diff --git a/.github/workflows/update-spec-http-methods.yml b/.github/workflows/update-spec-http-methods.yml index 7f813fac..547e17ec 100644 --- a/.github/workflows/update-spec-http-methods.yml +++ b/.github/workflows/update-spec-http-methods.yml @@ -24,6 +24,7 @@ jobs: commit-message: Automatic HTTP method spec update from upstream changes delete-branch: true title: 'Automatic Http method spec update' + branch: update-spec/http-method body: | This PR makes sure the content of this package is updated with upstream changes in the specs. labels: | diff --git a/.github/workflows/update-spec-http-status-codes.yml b/.github/workflows/update-spec-http-status-codes.yml index 7ca75816..49016489 100644 --- a/.github/workflows/update-spec-http-status-codes.yml +++ b/.github/workflows/update-spec-http-status-codes.yml @@ -24,6 +24,7 @@ jobs: commit-message: Automatic HTTP status code spec update from upstream changes delete-branch: true title: 'Automatic Http status code spec update' + branch: update-spec/http-status body: | This PR makes sure the content of this package is updated with upstream changes in the specs. labels: | diff --git a/.github/workflows/update-spec-language.yml b/.github/workflows/update-spec-language.yml index 3e3b530c..5dd6bb6a 100644 --- a/.github/workflows/update-spec-language.yml +++ b/.github/workflows/update-spec-language.yml @@ -24,6 +24,7 @@ jobs: commit-message: Automatic Language spec update from upstream changes delete-branch: true title: 'Automatic Language spec update' + branch: update-spec/language body: | This PR makes sure the content of this package is updated with upstream changes in the specs. labels: |