Skip to content

Commit d750b7c

Browse files
committed
👻 Disabled workflows, updated README.md, and added .gitignore
Signed-off-by: JonahSussman <sussmanjonah@gmail.com>
1 parent 75133fc commit d750b7c

File tree

7 files changed

+16
-5
lines changed

7 files changed

+16
-5
lines changed

.github/workflows/issues.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ concurrency:
2020

2121
jobs:
2222
reconcile-issue:
23-
if: github.event_name == 'issues' || github.event_name == 'pull_request'
23+
if: false # disabled
24+
# if: github.event_name == 'issues' || github.event_name == 'pull_request'
2425
secrets: inherit
2526
uses: konveyor/release-tools/.github/workflows/reconcile-issue.yaml@main
2627

2728
reconcile-issue-comment:
28-
if: github.event_name == 'issue_comment'
29+
if: false # disabled
30+
# if: github.event_name == 'issue_comment'
2931
secrets: inherit
3032
uses: konveyor/release-tools/.github/workflows/reconcile-issue-comment.yaml@main

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
fmt:
13+
if: false # disabled
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v3
@@ -18,6 +19,7 @@ jobs:
1819
go-version: '1.21'
1920
- run: make fmt
2021
vet:
22+
if: false # disabled
2123
runs-on: ubuntu-latest
2224
steps:
2325
- uses: actions/checkout@v3
@@ -26,6 +28,7 @@ jobs:
2628
go-version: '1.21'
2729
- run: make vet
2830
build:
31+
if: false # disabled
2932
runs-on: ubuntu-latest
3033
steps:
3134
- uses: actions/checkout@v3
@@ -34,6 +37,7 @@ jobs:
3437
go-version: '1.21'
3538
- run: make cmd
3639
build-image:
40+
if: false # disabled
3741
runs-on: ubuntu-latest
3842
steps:
3943
- uses: actions/checkout@v3

.github/workflows/march-image-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515

1616
jobs:
1717
push-quay:
18+
if: false # disabled
1819
name: Build and Push Manifest
1920
runs-on: ubuntu-latest
2021
strategy:

.github/workflows/pr-closed.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
pull-requests: write
1414
contents: write
15-
if: github.event.pull_request.merged == true
15+
if: false # disabled
16+
# if: github.event.pull_request.merged == true
1617
secrets: inherit
1718
uses: konveyor/release-tools/.github/workflows/cherry-pick.yml@main

.github/workflows/verifyPR.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
verify:
9+
if: false # disabled
910
runs-on: ubuntu-latest
1011
name: Verify PR contents
1112
steps:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
NOTES.md
2+
TODO.md

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# tackle2-addon-alizer
1+
# tackle2-addon-ai-migrator
22

3-
Automatically tags an application with language, framework, and tooling discovered by [devfiles/alizer](github.com/devfiles/alizer).
3+
For now, runs a skill to migrate the given application

0 commit comments

Comments
 (0)