Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
61a3d38
update ghes template with api changes (#18689)
Apr 12, 2021
c4c5c59
reduce max request timeout to 10 seconds
mikesurowiec Apr 12, 2021
050b95d
Markdown in milestones (#18667)
botatoes Apr 12, 2021
12456cc
Additional capabilities in Markdown files (#18665)
botatoes Apr 12, 2021
2ce6851
Branch was updated using the 'autoupdate branch' Actions workflow.
Octomerger Apr 12, 2021
6ac01f2
repo sync
Octomerger Apr 12, 2021
70389ff
repo sync
Octomerger Apr 12, 2021
c5fecf4
Merge branch 'main' into lower-req-timeout
mikesurowiec Apr 12, 2021
393b394
repo sync
Octomerger Apr 12, 2021
132467d
Add actions description outline to two actions that are missing them …
heiskr Apr 12, 2021
1ee2ba2
Branch was updated using the 'autoupdate branch' Actions workflow.
Octomerger Apr 12, 2021
52f0a93
repo sync
Octomerger Apr 12, 2021
460d73e
repo sync
Octomerger Apr 12, 2021
51bb9d4
Merge branch 'main' into lower-req-timeout
mikesurowiec Apr 12, 2021
aa08731
Merge pull request #18702 from github/lower-req-timeout
mikesurowiec Apr 12, 2021
8bc6295
repo sync
Octomerger Apr 12, 2021
548ef31
Enable auto-merge as Octomerger (#18709)
JamesMGreene Apr 12, 2021
b39f1fa
repo sync
Octomerger Apr 12, 2021
c48c06a
delete unused file
sarahs Apr 12, 2021
f3c1fa4
Merge pull request #18707 from github/repo-sync
Octomerger Apr 12, 2021
846e488
Merge pull request #18710 from github/remove-unused-include-file
sarahs Apr 12, 2021
74869a5
Disable the automerge Action for repo-sync (#18711)
JamesMGreene Apr 12, 2021
479159b
Merge pull request #5305 from github/repo-sync
Octomerger Apr 12, 2021
a1c882f
Merge pull request #5307 from github/repo-sync
Octomerger Apr 12, 2021
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/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
destination_branch: main
pr_title: 'repo sync'
pr_body: "This is an automated pull request to sync changes between the public and private repos.\n\n:robot: This pull request should be merged (not squashed) to preserve continuity across repos, so please let a bot do the merging!"
pr_label: automerge,autoupdate,automated-reposync-pr
pr_label: autoupdate,automated-reposync-pr
github_token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}

- name: Find pull request
Expand Down