Skip to content

Instantly share code, notes, and snippets.

View msualp's full-sized avatar
🎯
Hardest worker in the room!

Mustafa Sualp msualp

🎯
Hardest worker in the room!
View GitHub Profile
@msualp
msualp / close_issue.yml
Created April 24, 2024 10:41 — forked from arthurpalves/close_issue.yml
Close Github Issues when the corresponding Project Card is moved to column "Done"
name: "Close issue"
on:
project_card:
types: [moved]
jobs:
close-issue:
name: "Close issue when card moves to Done column"
runs-on: ubuntu-latest