To use this procedure, make sure your agent has learned the GitHub Book (BDK).
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
get the team from {the source organization}
What does it do? Fetch the team details for a specified GitHub organization.
Where does it go? This is the base syntax for the procedure.
Is it required? ✅ Yes — This phrase is required in the syntax.
Does it require input data? ✅ Yes — This phrase requires a value for the source organization.
the slug is
What does it do? Specifies the slug of the team to fetch.
Where does it go? This phrase should be indented beneath get the team from {the source organization}
Is it required? ✅ Yes — This phrase is required in the syntax.
Does it require input data? ✅ Yes — a text value needs to be specified.
Example: the slug is "text example"
get "integrations-team" from "kognitos"