File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,17 @@ jobs:
39
39
cd localstack-docs
40
40
mv coverage-features.md src/content/docs/snowflake/features/index.md
41
41
mv coverage-functions.md src/content/docs/snowflake/sql-functions.md
42
-
43
- - name : Commit changes
44
- uses : EndBug/add-and-commit@v9
42
+
43
+ - name : Create PR
44
+ uses : peter-evans/create-pull-request@v7
45
+ if : ${{ success() && steps.check-for-changes.outputs.diff-count != '0' && steps.check-for-changes.outputs.diff-count != '' }}
45
46
with :
46
- author_name : ' LocalStack Bot'
47
- author_email : localstack-bot@users.noreply.github.com
48
- message : ' Updated function coverage docs'
49
- cwd : localstack-docs
50
- add : ' src/content/'
47
+ path : docs
48
+ title : " Update function coverage documentation"
49
+ body : " Automated update of snowflake feature coverage docs"
50
+ branch : " snowflake-feature-coverage-updates"
51
+ author : " LocalStack Bot <localstack-bot@users.noreply.github.com>"
52
+ committer : " LocalStack Bot <localstack-bot@users.noreply.github.com>"
53
+ commit-message : " automated update of snowflake feature coverage docs"
54
+ token : ${{ secrets.PRO_ACCESS_TOKEN }}
55
+ reviewers : hovaesco, harshcasper
You can’t perform that action at this time.
0 commit comments