diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b4ddb7dd..0a917cd5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v7 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' diff --git a/content/Changelog.md b/content/Changelog.md index b00a4dd7..fca94235 100644 --- a/content/Changelog.md +++ b/content/Changelog.md @@ -60,7 +60,6 @@ Several changes introduced recently: ## 2018-01-24 - Faraday extension - - Some files must be equal or different across sosreports, actually we do have `release` and `ceilometer-yaml` one that rely on this, but this is hard to mantain as each new file will require a new plugin for Risu plus a new plugin for Magui. - In order to simplify this a new extension has been created so adding a new file to monitor no longer requires new plugins for `Risu` or `magui` but just creating a text file with some data within as documented on `Risuclient/plugins/faraday/README.md` diff --git a/content/README.magui.md b/content/README.magui.md index 38c38285..53d2ad19 100644 --- a/content/README.magui.md +++ b/content/README.magui.md @@ -53,6 +53,7 @@ Check latest changes on Linked script /home/iranzo/.local/bin/magui.py Done. ``` + - Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly - Remember that pypi package might not contain all the latests plugins features as the github repo one. - Container: diff --git a/content/README.risu.md b/content/README.risu.md index 05915d3a..a61d6aa8 100644 --- a/content/README.risu.md +++ b/content/README.risu.md @@ -49,6 +49,7 @@ Check for plugins listing on [risuclient/plugins/](risuclient/plugins/) Linked script /home/iranzo/.local/bin/magui.py Done. ``` + - Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly - Remember that pypi package might not contain all the latests plugins features as the github repo one. - Container: diff --git a/content/post/2018-05-08-whatsnew.markdown b/content/post/2018-05-08-whatsnew.markdown index ddc21160..49758d26 100644 --- a/content/post/2018-05-08-whatsnew.markdown +++ b/content/post/2018-05-08-whatsnew.markdown @@ -31,7 +31,6 @@ Some of the changes include... - is_filemode and is_required_filemode to check access permissions - POT generation update to allow duplicate message id's - Framework (Risu and magui) - - Python optimizations - Removed duplicated code - Declare variables to remove to reduce memory footprint