change-status-on-PR.yml 462 B

1234567891011121314151617181920
  1. # Copyright 2019-2023 Tauri Programme within The Commons Conservancy
  2. # SPDX-License-Identifier: Apache-2.0
  3. # SPDX-License-Identifier: MIT
  4. name: covector status
  5. on: [pull_request]
  6. jobs:
  7. covector:
  8. runs-on: ubuntu-latest
  9. steps:
  10. - uses: actions/checkout@v2
  11. with:
  12. fetch-depth: 0
  13. - name: covector status
  14. uses: jbolda/covector/packages/action@covector-v0
  15. id: covector
  16. with:
  17. command: 'status'