Skip to content

Enabling Github Action for forked pull requests #8

@bplociennik

Description

@bplociennik

Would be great to automatically run one of the basic Github Action called Lint and test for every pull request (even if it comes from a forked repository).

https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks
https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/

name: 'Lint and test'

on:
  push:

Currently, it works only on pushed to this repository direct on one of the branches.

TODO:
our repo github actions triggered by forks should have access to secrets to be able to run our tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions