ObjectStore failure resulting in Rabbit virus like behaviour i.e storage is full. #5167
  
    
      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: Assign milestone | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| assign-milestone: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Add issue to the latest milestone | |
| uses: fuyufjh/[email protected] | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| version-prefix: 'release-' | |
| version-separator: '.' | |
| overwrite: false |