Add Bitbucket support

This commit is contained in:
chaseshak
2023-09-13 13:12:05 -05:00
parent 65b029a677
commit d9b386d83b
10 changed files with 160 additions and 2 deletions
+21
View 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
View File
@@ -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: