非アクティブなプル リクエストを自動的に却下
Bitbucket Data Center と Server の管理
- Users and groups
- 外部ユーザー ディレクトリ
- グローバル権限
- Setting up your mail server
- アトラシアン アプリケーションとの連携
- Connect Bitbucket to an external database
- Migrating Bitbucket Server to another server
- Run Bitbucket in AWS
- Specify the Bitbucket base URL
- Configuring the application navigator
- アプリの管理
- 監査ログの表示と設定
- Update your license key
- Configuration properties
- Bitbucket のコンテキスト パスを変更する
- Data recovery and backups
- Git リポジトリへの HTTP(S) アクセスの無効化
- スマート ミラーリング
- プロジェクトとリポジトリのエクスポートとインポート
- Git Large File Storage
- Git Virtual File System (GVFS)
- Git リポジトリへの SSH アクセスを有効にする
- Use diff transcoding
- Change the port Bitbucket listens on
- Lockout recovery process
- プロキシとセキュアな Bitbucket
- High availability for Bitbucket
- Diagnostics for third-party apps
- Enabling JMX counters for performance monitoring
- Enable debug logging
- Bitbucket Server の拡張
- Add a shortcut link to a repository
- Administer code search
- Adding additional storage for your repository data
- Add a system-wide announcement banner
- アプリケーションを横断したプロジェクト リンクの構成
- レート制限でインスタンスの安定性を改善する
- Atlasssian Data Center アプリケーションで CDN を使用する
- Managing personal access tokens
- Connecting to a 3rd party application using Application Links
- Setting a system-wide default branch name
- 非アクティブなプル リクエストを自動的に却下
- データベース パスワードの暗号化
このページの内容
関連コンテンツ
- How to bulk change, enable, or disable the "auto-merge" settings for projects in Bitbucket Data Center
- How to bulk change, enable, or disable the "auto-merge" settings for projects in Bitbucket Data Center
- Find old or outdated open pull requests
- Find old or outdated open pull requests
- How to turn off the ability to delete pull requests in Bitbucket Data Center
- Add default reviewers to pull requests
- Pull Requests in Bitbucket Server are not updated after pushes to source or target branch
- Using repository hooks
- Repository notifications
- How to turn off the ability to delete pull requests in Bitbucket Data Center
Bitbucket Data Center and Server can automatically decline pull requests that are inactive, reducing the number of pull requests in the list that can add up. For example, if an older pull request has not had any activity (like commits, comments or approvals) in a set amount of time, it will be declined. By default, the option is on and set to 4 weeks. This period of inactivity can be overwritten for projects and repositories.
There is an instance-wide configuration property for this feature in the bitbucket.properties file that allows admins to disable or turn the feature off.
feature.pull.request.auto.decline=false
Automatically decline inactive pull requests for all repositories in a project
To configure the automatic declining of inactive pull requests in a project:
Select Project settings > Auto-decline.
Select the Auto-decline pull requests check-box to enable it.
Set the amount of time before a pull request will be automatically declined from 1, 2, 4, 8, or 12 weeks.
[保存] を選択します。
Automatically decline inactive pull requests for a repository
Configuring this setting at the repository level, will override the setting for it at the project level.
To configure the automatic declining of inactive pull requests in a single repository:
Select Repository settings > Auto-decline.
By default, settings are inherited from the project settings.
Select Use custom settings.
Select the Auto-decline pull requests check-box to enable it.
Set the amount of time before a pull request will be automatically declined from 1, 2, 4, 8, or 12 weeks.
[保存] を選択します。
Once the configuration is saved, inactive pull requests will become declined by the Bitbucket system user. This will add a comment indicating that the reason for the decline is due to inactivity.
関連コンテンツ
- How to bulk change, enable, or disable the "auto-merge" settings for projects in Bitbucket Data Center
- How to bulk change, enable, or disable the "auto-merge" settings for projects in Bitbucket Data Center
- Find old or outdated open pull requests
- Find old or outdated open pull requests
- How to turn off the ability to delete pull requests in Bitbucket Data Center
- Add default reviewers to pull requests
- Pull Requests in Bitbucket Server are not updated after pushes to source or target branch
- Using repository hooks
- Repository notifications
- How to turn off the ability to delete pull requests in Bitbucket Data Center