Skip to content

Commit 6b6bf70

Browse files
committed
drop pr step
1 parent b276598 commit 6b6bf70

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
publish:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
contents: write
16+
contents: read
1717
packages: write
1818
steps:
1919
- name: Checkout
@@ -24,19 +24,5 @@ jobs:
2424
with:
2525
publish-features: "true"
2626
base-path-to-features: "./src"
27-
generate-docs: "true"
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
31-
- name: Open PR for generated documentation
32-
uses: peter-evans/create-pull-request@v6
33-
with:
34-
token: ${{ secrets.GITHUB_TOKEN }}
35-
title: "docs: update generated feature READMEs"
36-
commit-message: "docs: update generated feature READMEs"
37-
branch: automated-feature-docs
38-
delete-branch: true
39-
body: |
40-
Automated update of generated feature documentation.
41-
42-
Triggered by ${{ github.sha }} on ${{ github.ref }}.

0 commit comments

Comments
 (0)