Skip to content

When using unresearched pickaxes, you are able to dupe any item in the enhanced, reinforced or carbonado furnaces #4931

When using unresearched pickaxes, you are able to dupe any item in the enhanced, reinforced or carbonado furnaces

When using unresearched pickaxes, you are able to dupe any item in the enhanced, reinforced or carbonado furnaces #4931

Workflow file for this run

name: Mark Issue as duplicate
on:
issue_comment:
types: [created]
permissions:
contents: read
issues: write
jobs:
comment:
name: Mark Issue as duplicate
runs-on: ubuntu-latest
if: contains(github.event.comment.body, 'Duplicate of ')
steps:
- name: Add label to the Issue
uses: maxkomarychev/octions/octions/issues/add-labels@master
with:
token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }}
labels: '🚩 Duplicate'