Skip to content

Commit 0dc90a1

Browse files
committed
Use workflows from ttc repo - resolves #370
95ab979: ready workflows - #370 01d52e0: wrapup workflows - #370
1 parent 6dc2794 commit 0dc90a1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ready.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
statuses: write
2222
contents: read
23-
uses: lakruzz/workflows/.github/workflows/mark_pending.yml@experimental
23+
uses: thetechcollective/workflows/.github/workflows/doing_mark_pending.yaml@stable
2424
with:
2525
statuses: |
2626
E2E in testbed
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
statuses: write
3232
contents: read
33-
uses: lakruzz/workflows/.github/workflows/inherit_statuses.yml@experimental
33+
uses: thetechcollective/workflows/.github/workflows/doing_inherit_statuses.yaml@stable
3434

3535
pytest_integration:
3636
name: Integration testing
@@ -52,8 +52,8 @@ jobs:
5252
permissions:
5353
contents: write
5454
secrets:
55-
READY_PUSHER: ${{ secrets.READY_PUSHER }}
56-
uses: lakruzz/workflows/.github/workflows/fast_forward.yml@experimental
55+
token: ${{ secrets.READY_PUSHER }}
56+
uses: thetechcollective/workflows/.github/workflows/doing_fast_forward.yaml@stable
5757
with:
5858
target_branch: main #default is main
5959
user_name: "GitHub Action: ready" #required
@@ -64,7 +64,7 @@ jobs:
6464
permissions:
6565
issues: write
6666
contents: write
67-
uses: lakruzz/workflows/.github/workflows/close_issue.yml@experimental
67+
uses: thetechcollective/workflows/.github/workflows/doing_close_issue.yaml@stable
6868
with:
6969
user_name: "GitHub Action: ready" #required
7070
user_email: "tt-ready@thetechcollective.eu" # required

.github/workflows/wrapup.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
permissions:
3737
statuses: write
3838
contents: read
39-
uses: lakruzz/workflows/.github/workflows/mark_pending.yml@experimental
39+
uses: thetechcollective/workflows/.github/workflows/doing_mark_pending.yaml@stable
4040
with:
4141
statuses: |
4242
Ruff
@@ -54,7 +54,7 @@ jobs:
5454
permissions:
5555
statuses: write
5656
contents: read
57-
uses: lakruzz/workflows/.github/workflows/pytest_matrix.yml@experimental
57+
uses: thetechcollective/workflows/.github/workflows/checking_python_pytest_matrix.yaml@stable
5858
with:
5959
context: Unit testing w/ coverage
6060
pytest_arguments: "--cov=. --cov-config=.coveragerc -m unittest"
@@ -66,7 +66,7 @@ jobs:
6666
permissions:
6767
statuses: write
6868
contents: read
69-
uses: lakruzz/workflows/.github/workflows/pytest_matrix.yml@experimental
69+
uses: thetechcollective/workflows/.github/workflows/checking_python_pytest_matrix.yaml@stable
7070
with:
7171
context: Property-based testing
7272
pytest_arguments: "-m hypothesis --hypothesis-profile=1000"
@@ -78,7 +78,7 @@ jobs:
7878
permissions:
7979
statuses: write
8080
contents: read
81-
uses: lakruzz/workflows/.github/workflows/ruff_check.yml@experimental
81+
uses: thetechcollective/workflows/.github/workflows/checking_python_ruff_lint.yaml@stable
8282
with:
8383
context: Ruff
8484

@@ -88,6 +88,6 @@ jobs:
8888
permissions:
8989
statuses: write
9090
contents: read
91-
uses: lakruzz/workflows/.github/workflows/cspell_check.yml@experimental
91+
uses: thetechcollective/workflows/.github/workflows/checking_cspell_check.yaml@stable
9292
with:
9393
context: Cspell

0 commit comments

Comments
 (0)