danger / swift

⚠️ Stop saying "you forgot to …" in code review
https://danger.systems/swift/
MIT License
1.05k stars 140 forks source link

Add ability to change meta information #567

Closed Nikoloutsos closed 1 year ago

Nikoloutsos commented 1 year ago

As discussed in https://github.com/danger/swift/issues/559 there is a need to change the meta information.

Now meta information can be changed with 👇 :

dsl.meta(
    Meta(
        runtimeName: "💙 Walle",
        runtimeHref: "https://example.com"
    )
)
CleanShot 2023-01-26 at 02 11 10@2x
Nikoloutsos commented 1 year ago

@f-meloni Hey there 👋 when having time, may we please merge this?