mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:55:41 -04:00
ci: update workflows
This commit is contained in:
4
.github/workflows/issues-scan.yml
vendored
4
.github/workflows/issues-scan.yml
vendored
@@ -828,7 +828,7 @@ jobs:
|
||||
embed-url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||
embed-thumbnail-url: 'https://cdn.pixabay.com/photo/2022/01/30/13/33/github-6980894_960_720.png'
|
||||
embed-description: |
|
||||
## 🎫 Issues › Scan ${{ job.status == 'success' && '✅' || '❌' }}
|
||||
## 🎫 Issues › Scan ${{ job.status == 'success' && '✅' || '❌' }}
|
||||
|
||||
**${{ job.status == 'success' && '✅ Success' || '❌ Failure' }}** › Your container just ran the `Issues › Scan` workflow. Every time this workflow is ran, your list of pull requests will be scanned to determine what files have been changed. It will scan each modified file and see if the code conforms with our rules, and will then post a status report inside the pull request that is open.
|
||||
|
||||
@@ -879,7 +879,7 @@ jobs:
|
||||
embed-url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||
embed-thumbnail-url: 'https://cdn.pixabay.com/photo/2022/01/30/13/33/github-6980894_960_720.png'
|
||||
embed-description: |
|
||||
## 🎫 Issues › Scan ${{ job.status == 'success' && '✅' || '❌' }}
|
||||
## 🎫 Issues › Scan ${{ job.status == 'success' && '✅' || '❌' }}
|
||||
|
||||
**${{ job.status == 'success' && '✅ Success' || '❌ Failure' }}** › Your container just ran the `Issues › Scan` workflow. Every time this workflow is ran, your list of pull requests will be scanned to determine what files have been changed. It will scan each modified file and see if the code conforms with our rules, and will then post a status report inside the pull request that is open.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user