Skip to content

The soulbound rune does not work due to an interference with the soulbound of advanced enchantments. #244

The soulbound rune does not work due to an interference with the soulbound of advanced enchantments.

The soulbound rune does not work due to an interference with the soulbound of advanced enchantments. #244

name: Label resolved issues
on:
issues:
types: [closed]
permissions:
contents: read
issues: write
jobs:
label:
name: Label Issue
runs-on: ubuntu-latest
if: contains(github.event.issue.labels.*.name, '🐞 Bug Report')
steps:
- name: Query recent commits
uses: TheBusyBiscuit/[email protected]
id: resolved
with:
token: ${{ secrets.ACCESS_TOKEN }}
max_commits: 20
- name: Add label
if: contains(steps.resolved.outputs.issues, github.event.issue.number)
uses: maxkomarychev/octions/octions/issues/add-labels@master
with:
token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }}
labels: '✔ Resolved'