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.
Description
Migration from .github/workflows/close-stale.yml to circleci.
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