🐞 Bug: Pulled image not retagged with original tag after update (standalone Projects and Swarm stacks) #1031
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: Potential Duplicate Issues | |
| on: | |
| issues: | |
| types: [opened, edited] | |
| jobs: | |
| run: | |
| runs-on: depot-ubuntu-latest | |
| steps: | |
| - uses: wow-actions/potential-duplicates@4d4ea0352e0383859279938e255179dd1dbb67b5 #v1.1.0 | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| filter: "" | |
| exclude: "regression" | |
| label: potential-duplicate | |
| state: all | |
| threshold: 0.6 | |
| reactions: "confused" | |
| comment: | | |
| We have found issues that are potential duplicates: {{#issues}} | |
| - #{{ number }} ({{ accuracy }}%) | |
| {{/issues}} | |
| If any of the issues listed above are a duplicate, please consider closing this issue & upvoting/commenting the original one. | |
| Doing so will help prioritize bugs and features. |