Add Bitbucket support
This commit is contained in:
21
.github/ISSUE_TEMPLATE/bitbucket.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bitbucket.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Bitbucket
|
||||
about: Migrate Bitbucket pipelines to GitHub Actions
|
||||
title: "[Bitbucket]:"
|
||||
labels: bitbucket
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
## Inputs
|
||||
|
||||
Provide the following required inputs:
|
||||
|
||||
Workspace: _Replace this text with the Bitbucket Workspace to migrate pipelines from._
|
||||
|
||||
## Available commands
|
||||
|
||||
The following commands can be executed by adding a comment to this issue:
|
||||
|
||||
- `/audit`
|
||||
- `/dry-run --repository :repository-name`
|
||||
- `/migrate --repository :repository-name --target-url :github-repository-url`
|
||||
1
.github/workflows/issue_ops.yml
vendored
1
.github/workflows/issue_ops.yml
vendored
@@ -28,6 +28,7 @@ env:
|
||||
CIRCLE_CI_SOURCE_GITHUB_ACCESS_TOKEN: ${{ secrets.circle_ci_source_github_access_token }}
|
||||
BAMBOO_ACCESS_TOKEN: ${{ secrets.bamboo_access_token }}
|
||||
BAMBOO_INSTANCE_URL: ${{ secrets.bamboo_instance_url }}
|
||||
BITBUCKET_ACCESS_TOKEN: ${{ secrets.bitbucket_access_token }}
|
||||
|
||||
jobs:
|
||||
execute-actions-importer:
|
||||
|
||||
Reference in New Issue
Block a user