[Release-1.26] - Difficult to nsenter
rootless k3s to interact with namespaced sockets and filesystems
#5604
This file contains 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: Update epics | |
on: | |
issues: | |
types: [opened, closed, reopened] | |
permissions: | |
contents: read | |
jobs: | |
epics: | |
runs-on: ubuntu-latest | |
name: Update epic issues | |
permissions: | |
issues: write | |
steps: | |
- name: Run epics action | |
uses: cloudaper/epics-action@v1 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
epic-label-name: epic | |
auto-close-epic: false |