|
| 1 | +# Initially fitted by tailor on 2026-03-12 |
| 2 | +license: GPL-3.0 |
| 3 | + |
| 4 | +repository: |
| 5 | + description: Real FFmpeg bindings for Go. Not a wrapper. Not a CLI tool. The actual libraries 📚 |
| 6 | + homepage: https://linuxmatters.sh |
| 7 | + has_wiki: false |
| 8 | + has_discussions: false |
| 9 | + has_projects: false |
| 10 | + has_issues: true |
| 11 | + allow_merge_commit: false |
| 12 | + allow_squash_merge: true |
| 13 | + allow_rebase_merge: true |
| 14 | + squash_merge_commit_title: COMMIT_OR_PR_TITLE |
| 15 | + squash_merge_commit_message: COMMIT_MESSAGES |
| 16 | + merge_commit_title: MERGE_MESSAGE |
| 17 | + merge_commit_message: PR_TITLE |
| 18 | + delete_branch_on_merge: true |
| 19 | + allow_update_branch: false |
| 20 | + allow_auto_merge: false |
| 21 | + web_commit_signoff_required: false |
| 22 | + default_workflow_permissions: read |
| 23 | + can_approve_pull_request_reviews: false |
| 24 | + topics: |
| 25 | + - ffmpeg |
| 26 | + - go |
| 27 | + - go-bindings |
| 28 | + - go-library |
| 29 | + - go-module |
| 30 | + |
| 31 | +labels: |
| 32 | + - name: bug |
| 33 | + color: d20f39 |
| 34 | + description: "Something isn't working" |
| 35 | + |
| 36 | + - name: documentation |
| 37 | + color: 04a5e5 |
| 38 | + description: Documentation improvement |
| 39 | + |
| 40 | + - name: duplicate |
| 41 | + color: 8839ef |
| 42 | + description: Already exists |
| 43 | + |
| 44 | + - name: enhancement |
| 45 | + color: 1e66f5 |
| 46 | + description: New feature request |
| 47 | + |
| 48 | + - name: good first issue |
| 49 | + color: 40a02b |
| 50 | + description: Good for newcomers |
| 51 | + |
| 52 | + - name: help wanted |
| 53 | + color: 179299 |
| 54 | + description: Extra attention needed |
| 55 | + |
| 56 | + - name: invalid |
| 57 | + color: e64553 |
| 58 | + description: Not valid or relevant |
| 59 | + |
| 60 | + - name: question |
| 61 | + color: 7287fd |
| 62 | + description: Needs more information |
| 63 | + |
| 64 | + - name: wontfix |
| 65 | + color: dc8a78 |
| 66 | + description: Will not be worked on |
| 67 | + |
| 68 | + - name: dependencies |
| 69 | + color: fe640b |
| 70 | + description: Dependency update |
| 71 | + |
| 72 | + - name: github_actions |
| 73 | + color: ea76cb |
| 74 | + description: GitHub Actions update |
| 75 | + |
| 76 | + - name: hacktoberfest-accepted |
| 77 | + color: df8e1d |
| 78 | + description: Hacktoberfest contribution |
| 79 | + |
| 80 | +swatches: |
| 81 | + - path: .github/workflows/tailor.yml |
| 82 | + alteration: always |
| 83 | + |
| 84 | + - path: .github/dependabot.yml |
| 85 | + alteration: first-fit |
| 86 | + |
| 87 | + - path: .github/FUNDING.yml |
| 88 | + alteration: first-fit |
| 89 | + |
| 90 | + - path: .github/ISSUE_TEMPLATE/bug_report.yml |
| 91 | + alteration: always |
| 92 | + |
| 93 | + - path: .github/ISSUE_TEMPLATE/feature_request.yml |
| 94 | + alteration: always |
| 95 | + |
| 96 | + - path: .github/ISSUE_TEMPLATE/config.yml |
| 97 | + alteration: first-fit |
| 98 | + |
| 99 | + - path: .github/pull_request_template.md |
| 100 | + alteration: always |
| 101 | + |
| 102 | + - path: SECURITY.md |
| 103 | + alteration: always |
| 104 | + |
| 105 | + - path: CODE_OF_CONDUCT.md |
| 106 | + alteration: always |
| 107 | + |
| 108 | + - path: CONTRIBUTING.md |
| 109 | + alteration: always |
| 110 | + |
| 111 | + - path: SUPPORT.md |
| 112 | + alteration: always |
| 113 | + |
| 114 | + - path: justfile |
| 115 | + alteration: first-fit |
| 116 | + |
| 117 | + - path: flake.nix |
| 118 | + alteration: first-fit |
| 119 | + |
| 120 | + - path: .gitignore |
| 121 | + alteration: first-fit |
| 122 | + |
| 123 | + - path: .envrc |
| 124 | + alteration: first-fit |
| 125 | + |
| 126 | + - path: cubic.yaml |
| 127 | + alteration: first-fit |
| 128 | + |
| 129 | + - path: .tailor.yml |
| 130 | + alteration: always |
| 131 | + |
| 132 | + - path: .github/workflows/tailor-automerge.yml |
| 133 | + alteration: triggered |
0 commit comments