Skip to content

Commit

Permalink
set the main branch as the base for the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed May 17, 2024
1 parent 594d141 commit 972dd26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fetch-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
title: "Add updated SPDX license files"
body: "The files in this PR are auto-generated by the [fetch-licenses](./.git/workflows/fetch-license.yaml) workflow. It updates SPDX licenses based on the latest released set of SPDX licenses at [spdx/license-list-data](https://github.com/spdx/license-list-data) repository maintained by [SPDX](https://spdx.org). This PR updates the license files with the latest SPDX data."
branch: "auto-update-licenses"
title: "Update SPDX license files"
body: "The files in this PR are auto-generated by the [fetch-licenses](./.git/workflows/fetch-license.yaml) workflow. It updates SPDX licenses based on the latest released set in the [spdx/license-list-data](https://github.com/spdx/license-list-data) repository maintained by [SPDX](https://spdx.org/licenses/)."
branch: "auto-update-licenses"
base: "main"

0 comments on commit 972dd26

Please sign in to comment.