Add descriptions for newly added github context properties (see #57), with version constraints "ghes >= 3.9 or ghae >= 3.9"
Update existing descriptions
Drop deprecated version constraints "ghes > 3.3 or ghae > 3.3" and "ghes > 3.4 or ghae > 3.5"
Note:
Existing version constraint used "ghes": "3.3" to represent "strict larger than" relation ghes > 3.3. Here I use "ghes": ">=3.9" to represent "equal to or larger than" relation. (It seems currently the versions key is not used so there exists the space/chance to extend its schema.)
github
context properties (see #57), with version constraints "ghes >= 3.9 or ghae >= 3.9"Note:
"ghes": "3.3"
to represent "strict larger than" relationghes > 3.3
. Here I use"ghes": ">=3.9"
to represent "equal to or larger than" relation. (It seems currently theversions
key is not used so there exists the space/chance to extend its schema.)Useful links
github/docs
repo