Linear GHA Client
ActionsTags
(1)Exposes Linear GraphQL API to GitHub Actions
Required Access token for Linear API (it can be a personal API key or an OAuth2 access token)
Required Reference value to search for. This is used to find assotiated Linear ticket.
Required Linear object type. Possible values are comment, state and label.
Required Linear object value. Multiple values can be passed by separating them with | character.
uses: Harbour-Enterprises/github-action-linear@v1
with:
token: "${{ secrets.LINEAR_TOKEN }}"
ref_value: "${{ github.head_ref }}"
object_type: "comment"
object_value: "This is a comment"
uses: Harbour-Enterprises/github-action-linear@v1
with:
token: "${{ secrets.LINEAR_TOKEN }}"
ref_value: "${{ github.head_ref }}"
object_type: "comment"
object_value: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVR42mP8z8BQz0AEYBxVSF+FABJADveWkH6oAAAAAElFTkSuQmCC"
uses: Harbour-Enterprises/github-action-linear@v1
with:
token: "${{ secrets.LINEAR_TOKEN }}"
ref_value: "${{ github.head_ref }}"
object_type: "comment"
object_value: "This is a multiline comment|data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVR42mP8z8BQz0AEYBxVSF+FABJADveWkH6oAAAAAElFTkSuQmCC|This is another comment"
uses: Harbour-Enterprises/github-action-linear@v1
with:
token: "${{ secrets.LINEAR_TOKEN }}"
ref_value: "${{ github.head_ref }}"
object_type: "label"
object_value: "My Label"
uses: Harbour-Enterprises/[email protected]
with:
token: "${{ secrets.LINEAR_TOKEN }}"
ref_value: "${{ github.head_ref }}"
object_type: "state"
object_value: "In Review"
Linear GHA Client is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.