Skip to content

test: skip the symlink part of test_touch_file() in GH Actions #99

test: skip the symlink part of test_touch_file() in GH Actions

test: skip the symlink part of test_touch_file() in GH Actions #99

Workflow file for this run

name: Gather Pull Request Metadata
on:
pull_request:
types: [ opened, reopened, synchronize ]
branches:
- main
- rhel-8.*.0
permissions:
contents: read
jobs:
gather-metadata:
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@v3
- 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@v3
with:
name: pr-metadata
path: ${{ steps.Metadata.outputs.metadata-file }}