github: update actions/workflow file

Sync the GitHub workflow file with the recent changes in optee_os as
described in [1] with the difference that we use a more recent version
of the "actions/stale" workflow (v3.0.10). In short, this updates the
version and add "bug" and "enhancement" as the labels where the GitHub
bot shouldn't mark an issue or pull request as stale ticket.

Link: [1] https://github.com/OP-TEE/optee_os/commit/50bbda3dd3

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
1 file changed
tree: 0a0f90d3e439ee1da442eca4e64048a8db0a7501
  1. .github/
  2. cert/
  3. host/
  4. package/
  5. scripts/
  6. ta/
  7. .gitignore
  8. Android.mk
  9. CMakeLists.txt
  10. CMakeToolchain.txt
  11. LICENSE.md
  12. Makefile
  13. README.md
  14. typedefs.checkpatch
README.md

OP-TEE sanity testsuite

This git contains source code for the test suite (xtest) used to test the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.

// OP-TEE core maintainers