The epel-all-x86_64
target doesn't build for epel-10-x86_64 in Copr
#497
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: Move new issues into the Kanban board | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
add-new-issue-to-the-kanban-board: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/packit/projects/7 | |
github-token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }} |