History log of /optee_os/.github/workflows/stales.yml (Results 1 – 5 of 5)
Revision Date Author Comments
# 3edbed4e 23-Sep-2025 Jerome Forissier <jerome.forissier@linaro.org>

github: update stale workflow to v10.0.0

Update actions/stale@v4.1.0 to the latest version (v10.0.0). One
difference is that issues and PRs are closed by the bot as
"not_planned" rather than "comple

github: update stale workflow to v10.0.0

Update actions/stale@v4.1.0 to the latest version (v10.0.0). One
difference is that issues and PRs are closed by the bot as
"not_planned" rather than "completed", which is the main reason for
updating.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

show more ...


# 6ca9def9 22-Dec-2021 Joakim Bech <joakim.bech@linaro.org>

GitHub actions: fix incorrect version

v4.0.1 was incorrectly added to the commit below, instead it should have
been v4.1.0.

Fixes: 1195d0dd14ba ("GitHub actions: General updates")

Signed-off-by: J

GitHub actions: fix incorrect version

v4.0.1 was incorrectly added to the commit below, instead it should have
been v4.1.0.

Fixes: 1195d0dd14ba ("GitHub actions: General updates")

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

show more ...


# 1195d0dd 21-Dec-2021 Joakim Bech <joakim.bech@linaro.org>

GitHub actions: General updates

- Update 'stale' from v3.0.7 to v4.0.1.
- Give 'write' permissions to actions (pull requests and issues).
- Add and set (to true)
remove-issue-stale-when-updated

GitHub actions: General updates

- Update 'stale' from v3.0.7 to v4.0.1.
- Give 'write' permissions to actions (pull requests and issues).
- Add and set (to true)
remove-issue-stale-when-updated
remove-pr-stale-when-updated
which will automatically remove the 'Stale' label when someone adds a
new comment to a ticket marked as stale.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

show more ...


# cd1c6d65 03-Jul-2020 Jerome Forissier <jerome@forissier.org>

github: fix error in workflow file

GitHub reports [1]:

The workflow is not valid.
.github/workflows/stales.yml (Line: 2, Col: 1): Unexpected value
'description'

This commit removes the descript

github: fix error in workflow file

GitHub reports [1]:

The workflow is not valid.
.github/workflows/stales.yml (Line: 2, Col: 1): Unexpected value
'description'

This commit removes the description: line to fix the issue and moves
additional text to the name: line.

Link: [1] https://github.com/OP-TEE/optee_os/actions/runs/156017617
Fixes: 50bbda3dd3b2 ("github: add a new actions/workflow file")
Signed-off-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>

show more ...


# 50bbda3d 01-Jul-2020 Joakim Bech <joakim.bech@linaro.org>

github: add a new actions/workflow file

Instead of having two different workflow files, let's combine them into
a single file instead. This also updates the actions from v1.0 to
v3.0.7. This new wor

github: add a new actions/workflow file

Instead of having two different workflow files, let's combine them into
a single file instead. This also updates the actions from v1.0 to
v3.0.7. This new workflow file also makes use of the 'exempt' feature
meaning that we can exclude issues and pull requests from being
automatically closed if they have a certain label. Here we have chosen
the labels "bug" and "enhancement".

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jerome Forissier <jerome@forissier.org>

show more ...