Skip to content

migrate github actions to circleci#12928

Merged
mslipper merged 7 commits intodevelopfrom
migrate-to-circleci-2
Nov 20, 2024
Merged

migrate github actions to circleci#12928
mslipper merged 7 commits intodevelopfrom
migrate-to-circleci-2

Conversation

@raffaele-oplabs
Copy link
Collaborator

@raffaele-oplabs raffaele-oplabs commented Nov 14, 2024

Description

Migration from .github/workflows/close-stale.yml to circleci.

  • removed .github/workflows/close-stale.yml
  • added a circleci workflow that call a custom python script that will implement the same functionality. Script reside in a public repo created for this purpose: https://github.com/ethereum-optimism/circleci-utils
  • this workflow will be triggered once a day, and will use a custom github token with limited rights, able to only label/close stale issues/PR.
  • Removing tag-service in favor of op-workbench for internal use.

Tests

This has not being fully tested in this repo, but it has being partially tested in another repository.

Additional context

Migration to circleci.

Metadata

@raffaele-oplabs raffaele-oplabs marked this pull request as ready for review November 15, 2024 15:14
@raffaele-oplabs raffaele-oplabs requested a review from a team as a code owner November 15, 2024 15:14
@codecov
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.77%. Comparing base (ae78b73) to head (81e929a).
Report is 47 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #12928      +/-   ##
===========================================
- Coverage    68.78%   66.77%   -2.02%     
===========================================
  Files           56       56              
  Lines         4665     4665              
===========================================
- Hits          3209     3115      -94     
- Misses        1274     1378     +104     
+ Partials       182      172      -10     
Flag Coverage Δ
cannon-go-tests-32 61.81% <ø> (-2.02%) ⬇️
cannon-go-tests-64 56.72% <ø> (-1.66%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 8 files with indirect coverage changes

---- 🚨 Try these New Features:

@raffaele-oplabs raffaele-oplabs requested a review from a team as a code owner November 15, 2024 17:26
@raffaele-oplabs raffaele-oplabs changed the title migrate close-stale github action to circleci migrate github actions to circleci Nov 18, 2024
@mslipper mslipper added this pull request to the merge queue Nov 20, 2024
Merged via the queue into develop with commit 9d82935 Nov 20, 2024
@mslipper mslipper deleted the migrate-to-circleci-2 branch November 20, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants