Skip to content

Latest commit

 

History

History

open-source-projects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Contributions to open source projects

Github Docs

Example #1

  • Issue: The example in "Example usage of the vars context" states that configuration variables at the environment level are automatically available. The example fails if the environment is not declared by the runner before using the configuration variables in the vars context.

  • Achievements: Replicated the test runs documented in the issue. Understood and implemented the resolution given by the SME (subject matter expert). Added a note to the section "Example usage of the vars context" to warn users of the correct usage of configuration variables at the environment level in the vars context.

  • Pull Request: github/docs#34510

Example #2

  • Issue: In the section "Event object common properties", the Event API attribute name id describes the relative types of the objects repo, actor and org as string instead of integer.

  • Achievements: Edited the original file to show the correct data types for the mentioned objects.

  • Pull Request: github/docs#34496

Github Open Source Guides