Skip to content

Commit

Permalink
Merge branch 'main' into wff/sim-sql-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Aug 19, 2024
2 parents f8e9c69 + 11f0acf commit 0eb91db
Show file tree
Hide file tree
Showing 66 changed files with 1,985 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-create-doc-issue-by-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create issue in other repository
if: steps.check_merged.outputs.merged == 'true' && steps.check_documentation_update.outputs.documentation_update == 'true'
run: |
ISSUE_CONTENT="This issue tracks the documentation update needed for the merged PR #$PR_ID.\n\nSource PR URL: $PR_URL\nSource PR Merged At: $PR_MERGED_AT"
ISSUE_CONTENT="This issue tracks the documentation update needed for the merged PR #$PR_ID.\n\nSource PR URL: $PR_URL\nSource PR Merged At: $PR_MERGED_AT\n\nIf it is a major improvement that deserves a new page or a new section in the documentation, please check if we should label it as an experiment feature."
curl -X POST \
-H "Authorization: Bearer ${{ secrets.ACCESS_TOKEN }}" \
Expand Down
Loading

0 comments on commit 0eb91db

Please sign in to comment.