Branch was updated using the 'autoupdate branch' Actions workflow.
This commit is contained in:
2
.github/workflows/repo-sync-stalls.yml
vendored
2
.github/workflows/repo-sync-stalls.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
const timeDelta = Date.now() - Date.parse(pr.created_at);
|
||||
const minutesOpen = timeDelta / 1000 / 60;
|
||||
|
||||
if (minutesOpen > 30) {
|
||||
if (minutesOpen > 180) {
|
||||
core.setFailed('Repo sync appears to be stalled')
|
||||
}
|
||||
})
|
||||
|
||||
@@ -25,18 +25,15 @@ featuredLinks:
|
||||
- /actions/reference/workflow-commands-for-github-actions
|
||||
- /actions/reference/environment-variables
|
||||
changelog:
|
||||
- title: Workflow visualization
|
||||
date: '2020-12-08'
|
||||
href: https://github.blog/changelog/2020-12-08-github-actions-workflow-visualization/
|
||||
- title: Removing set-env and add-path commands on November 16
|
||||
date: '2020-11-09'
|
||||
href: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
|
||||
- title: Ubuntu-latest workflows will use Ubuntu-20.04
|
||||
date: '2020-10-29'
|
||||
href: https://github.blog/changelog/2020-10-29-github-actions-ubuntu-latest-workflows-will-use-ubuntu-20-04
|
||||
- title: MacOS Big Sur Preview
|
||||
date: '2020-10-29'
|
||||
href: https://github.blog/changelog/2020-10-29-github-actions-macos-big-sur-preview
|
||||
- title: Self-Hosted Runner Group Access Changes
|
||||
date: '2020-10-16'
|
||||
href: https://github.blog/changelog/2020-10-16-github-actions-self-hosted-runner-group-access-changes/
|
||||
|
||||
product_video: https://www.youtube-nocookie.com/embed/cP0I9w2coGU
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ steps:
|
||||
|
||||
#### Using branches
|
||||
|
||||
Referring to a specific branch means that the action will always use include the latest updates on the target branch, but can create problems if those updates include breaking changes. This example targets a branch named `@main`:
|
||||
Referring to a specific branch means that the action will always use the latest updates on the target branch, but can create problems if those updates include breaking changes. This example targets a branch named `@main`:
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
|
||||
@@ -19,15 +19,15 @@ featuredLinks:
|
||||
- /packages/guides/enabling-improved-container-support
|
||||
- /packages/guides/configuring-rubygems-for-use-with-github-packages
|
||||
changelog:
|
||||
- title: ghcr.io container names redirect to the container page
|
||||
date: '2020-12-14'
|
||||
href: https://github.blog/changelog/2020-12-14-ghcr-io-container-names-redirect-to-the-container-page/
|
||||
- title: Filter for tagged and untagged containers
|
||||
date: '2020-12-14'
|
||||
href: https://github.blog/changelog/2020-12-14-packages-can-filter-for-tagged-and-untagged-containers/
|
||||
- title: Packages container support is an opt-in beta
|
||||
date: '2020-11-17'
|
||||
href: https://docs.github.com/packages/getting-started-with-github-container-registry/enabling-improved-container-support
|
||||
- title: Organization admins access to containers
|
||||
date: '2020-11-16'
|
||||
href: https://github.blog/changelog/2020-11-16-packages-organization-admins-access-to-containers/
|
||||
- title: Packages now respects IP allow list settings
|
||||
date: '2020-11-12'
|
||||
href: https://github.blog/changelog/2020-11-12-packages-now-respects-ip-allow-list-settings/
|
||||
redirect_from:
|
||||
- /github/managing-packages-with-github-packages
|
||||
- /categories/managing-packages-with-github-package-registry
|
||||
|
||||
Reference in New Issue
Block a user