feat(logs): cleanup physical log files after 90 days by default #980
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Checks | |
on: | |
push: | |
pull_request_target: | |
types: [synchronize] | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: Check if PRs have conflicts | |
uses: eps1lon/actions-label-merge-conflict@v3 | |
with: | |
dirtyLabel: "merge-conflicts" | |
repoToken: "${{ secrets.MERGE_CONFLICT_LABEL_PAT }}" |