Skip to content

🐞 Bug: Pulled image not retagged with original tag after update (standalone Projects and Swarm stacks) #1031

🐞 Bug: Pulled image not retagged with original tag after update (standalone Projects and Swarm stacks)

🐞 Bug: Pulled image not retagged with original tag after update (standalone Projects and Swarm stacks) #1031

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.