Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/repo_meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# point_of_contact: the owner of this repository, can be a GitHub user or GitHub team
point_of_contact: "@sfc-gh-kmcgrady"
point_of_contact: "@streamlit/eng"
# production: whether this repository meets the criteria for being "production", see https://snowflakecomputing.atlassian.net/wiki/spaces/CLO/pages/2239988967/Production+Repository+Criteria for criteria
production: false

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/update-bokeh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
id: create_pr
uses: peter-evans/create-pull-request@v6
with:
# Pin the commit identity to the Streamlit Bot account. Without this,
# the action defaults the author to github.actor, which for a scheduled
# run is the last user to have edited the cron schedule.
author: "Streamlit Bot <core+streamlitbot-github@streamlit.io>"
committer: "Streamlit Bot <core+streamlitbot-github@streamlit.io>"
branch: "release/${{ steps.compare_bokeh.outputs.new_version }}"
base: main
add-paths: "."
Expand Down
Loading