Bump common from 70b5195 to ea965c6
          
            #32
        
      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: Gather Pull Request Metadata | |
| on: | |
| pull_request: | |
| types: [ opened, reopened, synchronize ] | |
| branches: [ master ] | |
| permissions: | |
| contents: read | |
| jobs: | |
| gather-metadata: | |
| if: github.repository_owner == 'sclorg' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Repository checkout | |
| uses: actions/checkout@v5 | |
| - id: Metadata | |
| name: Gather Pull Request Metadata | |
| uses: redhat-plumbers-in-action/gather-pull-request-metadata@v1 | |
| - name: Upload artifact with gathered metadata | |
| uses: actions/upload-artifact@v4 | |
| with: | |
| name: pr-metadata | |
| path: ${{ steps.Metadata.outputs.metadata-file }} |