Skip to content

[Bug]: Local build != Remote build for Factorio, this makes LGSM think there is an update available while there isn't due to mismatching local build/remote build information. #500

[Bug]: Local build != Remote build for Factorio, this makes LGSM think there is an update available while there isn't due to mismatching local build/remote build information.

[Bug]: Local build != Remote build for Factorio, this makes LGSM think there is an update available while there isn't due to mismatching local build/remote build information. #500

name: Potential Duplicates
on:
issues:
types:
- opened
jobs:
potential-duplicates:
if: github.repository_owner == 'GameServerManagers'
runs-on: ubuntu-latest
steps:
- name: Potential Duplicates
uses: wow-actions/potential-duplicates@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
filter: ""
exclude: ""
label: potential-duplicate
state: all
threshold: 0.8
comment: >
Potential duplicates: {{#issues}}
- [#{{ number }}] {{ title }} ({{ accuracy }}%)
{{/issues}}